#92E9E2
A light, moderate cyan closely aligning with Paleturquoise.
About #92E9E2
When working with digital screens, the color #92E9E2 is rendered by mixing light. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 146 red, 233 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 37% C, 0% M, 3% Y, and 9% K. With a hue angle of 175.2 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92E9E2
RGB146, 233, 226
HSL175.2°, 66.4%, 74.3%
CMYK37%, 0%, 3%, 9%
HSV175.2°, 37.3%, 91.4%
LAB86.9, -27.7, -4.9
XYZ54.7, 69.9, 82.6
Decimal9628130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.98:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E9E2;
}
.text-color {
color: #92E9E2;
}
.border-color {
border: 2px solid #92E9E2;
}