#92E2E2
A light, moderate cyan closely aligning with Paleturquoise.
About #92E2E2
At its core, #92E2E2 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 226, and 226.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 35% C, 0% M, 0% Y, and 11% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92E2E2
RGB146, 226, 226
HSL180.0°, 58.0%, 72.9%
CMYK35%, 0%, 0%, 11%
HSV180.0°, 35.4%, 88.6%
LAB85.0, -24.3, -7.8
XYZ52.8, 66.0, 81.9
Decimal9626338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.20:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E2E2;
}
.text-color {
color: #92E2E2;
}
.border-color {
border: 2px solid #92E2E2;
}