#24BDCC
A medium, vivid cyan closely aligning with Darkturquoise.
About #24BDCC
When working with digital screens, the color #24BDCC is rendered by mixing light. It is closely associated with the named CSS color Darkturquoise. Its digital footprint relies on 36 parts red, 189 parts green, and 204 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 82% cyan and 7% magenta inks. The HSL representation is 185.4° hue, 70.0% saturation, and 47.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24BDCC
RGB36, 189, 204
HSL185.4°, 70.0%, 47.1%
CMYK82%, 7%, 0%, 20%
HSV185.4°, 82.4%, 80.0%
LAB70.3, -32.1, -18.4
XYZ29.8, 41.1, 63.5
Decimal2407884
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.23:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24BDCC;
}
.text-color {
color: #24BDCC;
}
.border-color {
border: 2px solid #24BDCC;
}