#24CCBD
A medium, vivid cyan closely aligning with Turquoise.
About #24CCBD
At its core, #24CCBD is a medium and vivid hue. Designers often compare it to the standard color Turquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 204, and 189.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 82% C, 0% M, 7% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#24CCBD
RGB36, 204, 189
HSL174.6°, 70.0%, 47.1%
CMYK82%, 0%, 7%, 20%
HSV174.6°, 82.4%, 80.0%
LAB74.3, -43.4, -4.1
XYZ31.5, 47.2, 55.6
Decimal2411709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.45:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24CCBD;
}
.text-color {
color: #24CCBD;
}
.border-color {
border: 2px solid #24CCBD;
}