CSS Color Background

Turquoise Green

Pure CSS color background: #A0D6B4. Use this solid color for personal and commercial creative projects.

Preview

Turquoise Green solid color background preview (#A0D6B4)

Color value: #A0D6B4

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #A0D6B4; }

HTML Code

<section class="hero turquoise-green-bg"> <h2>Your content</h2> </section> <style> .turquoise-green-bg { background-color: #A0D6B4; } </style>