CSS Color Background

Bright Turquoise

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

Preview

Bright Turquoise solid color background preview (#08E8DE)

Color value: #08E8DE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #08E8DE; }

HTML Code

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