#24DBCC
A medium, vivid cyan closely aligning with Turquoise.
About #24DBCC
At its core, #24DBCC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 36 red, 219 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 84% C, 0% M, 7% Y, and 14% K. With a hue angle of 175.1 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24DBCC
RGB36, 219, 204
HSL175.1°, 71.8%, 50.0%
CMYK84%, 0%, 7%, 14%
HSV175.1°, 83.6%, 85.9%
LAB79.3, -45.7, -4.9
XYZ37.0, 55.4, 65.9
Decimal2415564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.08:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBCC;
}
.text-color {
color: #24DBCC;
}
.border-color {
border: 2px solid #24DBCC;
}