#99F8E9
A light, vivid cyan closely aligning with Paleturquoise.
About #99F8E9
Visually, #99F8E9 is defined as a vivid cyan. Its closest recognized web color is Paleturquoise. In the RGB color space, it consists of 153 red, 248 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 38% Cyan, 0% Magenta, 6% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#99F8E9
RGB153, 248, 233
HSL170.5°, 87.2%, 78.6%
CMYK38%, 0%, 6%, 3%
HSV170.5°, 38.3%, 97.3%
LAB91.6, -31.5, -1.7
XYZ61.4, 79.8, 89.3
Decimal10090729
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.24:1
Text on #FFFFFF
FAIL
16.96:1
Text on #000000
AAA
1.18:1
Text on #F8FAFC
FAIL
14.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F8E9;
}
.text-color {
color: #99F8E9;
}
.border-color {
border: 2px solid #99F8E9;
}