#92F0E2
A light, vivid cyan closely aligning with Paleturquoise.
About #92F0E2
The hex code #92F0E2 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Paleturquoise. This translates to an RGB value of rgb(146, 240, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 39% cyan, 0% magenta, 6% yellow, and 6% black. The HSL representation is 171.1° hue, 75.8% saturation, and 75.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#92F0E2
RGB146, 240, 226
HSL171.1°, 75.8%, 75.7%
CMYK39%, 0%, 6%, 6%
HSV171.1°, 39.2%, 94.1%
LAB88.9, -31.1, -2.0
XYZ56.7, 73.9, 83.2
Decimal9629922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.78:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F0E2;
}
.text-color {
color: #92F0E2;
}
.border-color {
border: 2px solid #92F0E2;
}