#99F0F0
A light, vivid cyan closely aligning with Paleturquoise.
About #99F0F0
The precise color #99F0F0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Paleturquoise. Its digital footprint relies on 153 parts red, 240 parts green, and 240 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 36% Cyan, 0% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99F0F0
RGB153, 240, 240
HSL180.0°, 74.4%, 77.1%
CMYK36%, 0%, 0%, 6%
HSV180.0°, 36.2%, 94.1%
LAB89.6, -26.1, -8.3
XYZ60.0, 75.4, 93.8
Decimal10088688
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.08:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F0F0;
}
.text-color {
color: #99F0F0;
}
.border-color {
border: 2px solid #99F0F0;
}