#24C5AF
A medium, moderate cyan closely aligning with Turquoise.
About #24C5AF
At its core, #24C5AF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Turquoise. In the RGB color space, it consists of 36 red, 197 green, and 175 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. With a hue angle of 171.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#24C5AF
RGB36, 197, 175
HSL171.8°, 69.1%, 45.7%
CMYK82%, 0%, 11%, 23%
HSV171.8°, 81.7%, 77.3%
LAB71.8, -44.2, -0.2
XYZ28.4, 43.4, 47.4
Decimal2409903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.17:1
Text on #FFFFFF
FAIL
9.68:1
Text on #000000
AAA
2.07:1
Text on #F8FAFC
FAIL
8.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24C5AF;
}
.text-color {
color: #24C5AF;
}
.border-color {
border: 2px solid #24C5AF;
}