CSS Color Background

Turquoise Blue

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

Preview

Turquoise Blue solid color background preview (#00FFEF)

Color value: #00FFEF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00FFEF; }

HTML Code

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