#B6FFF0
A very light, vivid cyan closely aligning with Paleturquoise.
About #B6FFF0
When working with digital screens, the color #B6FFF0 is rendered by mixing light. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 182 red, 255 green, and 240 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 29% Cyan, 0% Magenta, 6% Yellow, and 0% Black. The HSL representation is 167.7° hue, 100.0% saturation, and 85.7% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B6FFF0
RGB182, 255, 240
HSL167.7°, 100.0%, 85.7%
CMYK29%, 0%, 6%, 0%
HSV167.7°, 28.6%, 100.0%
LAB95.1, -25.5, -0.1
XYZ70.8, 87.8, 95.6
Decimal11993072
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.13:1
Text on #FFFFFF
FAIL
18.55:1
Text on #000000
AAA
1.08:1
Text on #F8FAFC
FAIL
15.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6FFF0;
}
.text-color {
color: #B6FFF0;
}
.border-color {
border: 2px solid #B6FFF0;
}