CSS Color Background

Pale Turquoise

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

Preview

Pale Turquoise solid color background preview (#AFEEEE)

Color value: #AFEEEE

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AFEEEE; }

HTML Code

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