#92E2E9
A light, moderate cyan closely aligning with Paleturquoise.
About #92E2E9
Visually, #92E2E9 is defined as a moderate cyan. Designers often compare it to the standard color Paleturquoise. In the RGB color space, it consists of 146 red, 226 green, and 233 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 3% M, 0% Y, and 9% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#92E2E9
RGB146, 226, 233
HSL184.8°, 66.4%, 74.3%
CMYK37%, 3%, 0%, 9%
HSV184.8°, 37.3%, 91.4%
LAB85.2, -22.7, -11.2
XYZ53.8, 66.4, 87.1
Decimal9626345
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.28:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E2E9;
}
.text-color {
color: #92E2E9;
}
.border-color {
border: 2px solid #92E2E9;
}