CSS Color Background

Turquoise

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

Preview

Turquoise solid color background preview (#30D5C8)

Color value: #30D5C8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #30D5C8; }

HTML Code

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