CSS Color Background

Medium Turquoise

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

Preview

Medium Turquoise solid color background preview (#48D1CC)

Color value: #48D1CC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #48D1CC; }

HTML Code

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