#99E2D3
A light, moderate cyan closely aligning with Paleturquoise.
About #99E2D3
Visually, #99E2D3 is defined as a moderate cyan. It is closely associated with the named CSS color Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 226, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 32% Cyan, 0% Magenta, 7% Yellow, and 11% Black. With a hue angle of 167.7 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99E2D3
RGB153, 226, 211
HSL167.7°, 55.7%, 74.3%
CMYK32%, 0%, 7%, 11%
HSV167.7°, 32.3%, 88.6%
LAB84.9, -25.9, 0.1
XYZ52.1, 65.9, 71.6
Decimal10085075
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.17:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99E2D3;
}
.text-color {
color: #99E2D3;
}
.border-color {
border: 2px solid #99E2D3;
}