#B6F0E9
A very light, moderate cyan closely aligning with Paleturquoise.
About #B6F0E9
Visually, #B6F0E9 is defined as a moderate cyan. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 182 red, 240 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 24% Cyan, 0% Magenta, 3% Yellow, and 6% Black. With a hue angle of 172.8 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very 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#B6F0E9
RGB182, 240, 233
HSL172.8°, 65.9%, 82.7%
CMYK24%, 0%, 3%, 6%
HSV172.8°, 24.2%, 94.1%
LAB90.8, -19.7, -2.6
XYZ65.2, 78.1, 88.7
Decimal11989225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.26:1
Text on #FFFFFF
FAIL
16.63:1
Text on #000000
AAA
1.21:1
Text on #F8FAFC
FAIL
14.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6F0E9;
}
.text-color {
color: #B6F0E9;
}
.border-color {
border: 2px solid #B6F0E9;
}