#24FFD3
A medium, vivid cyan closely aligning with Aquamarine.
About #24FFD3
At its core, #24FFD3 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Aquamarine. In the RGB color space, it consists of 36 red, 255 green, and 211 blue.
Translating this color to physical media requires the CMYK color model. The color uses 86% Cyan, 0% Magenta, 17% Yellow, and 0% Black. With a hue angle of 167.9 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#24FFD3
RGB36, 255, 211
HSL167.9°, 100.0%, 57.1%
CMYK86%, 0%, 17%, 0%
HSV167.9°, 85.9%, 100.0%
LAB90.1, -58.6, 7.3
XYZ48.2, 76.6, 73.9
Decimal2424787
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.32:1
Text on #000000
AAA
1.23:1
Text on #F8FAFC
FAIL
13.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #24FFD3;
}
.text-color {
color: #24FFD3;
}
.border-color {
border: 2px solid #24FFD3;
}