#24DBC5
A medium, vivid cyan closely aligning with Turquoise.
About #24DBC5
When working with digital screens, the color #24DBC5 is rendered by mixing light. Its closest recognized web color is Turquoise. This translates to an RGB value of rgb(36, 219, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 84% cyan, 0% magenta, 10% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24DBC5
RGB36, 219, 197
HSL172.8°, 71.8%, 50.0%
CMYK84%, 0%, 10%, 14%
HSV172.8°, 83.6%, 85.9%
LAB79.1, -47.6, -1.4
XYZ36.1, 55.1, 61.5
Decimal2415557
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.75:1
Text on #FFFFFF
FAIL
12.01:1
Text on #000000
AAA
1.67:1
Text on #F8FAFC
FAIL
10.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24DBC5;
}
.text-color {
color: #24DBC5;
}
.border-color {
border: 2px solid #24DBC5;
}