#24B6C5
A medium, moderate cyan closely aligning with Darkturquoise.
About #24B6C5
When working with digital screens, the color #24B6C5 is rendered by mixing light. It is closely associated with the named CSS color Darkturquoise. This translates to an RGB value of rgb(36, 182, 197).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 82% Cyan, 8% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#24B6C5
RGB36, 182, 197
HSL185.6°, 69.1%, 45.7%
CMYK82%, 8%, 0%, 23%
HSV185.6°, 81.7%, 77.3%
LAB67.9, -30.9, -18.1
XYZ27.5, 37.9, 58.7
Decimal2406085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24B6C5;
}
.text-color {
color: #24B6C5;
}
.border-color {
border: 2px solid #24B6C5;
}