#92E2F0
A light, vivid cyan closely aligning with Paleturquoise.
About #92E2F0
At its core, #92E2F0 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(146, 226, 240).
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 6% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92E2F0
RGB146, 226, 240
HSL188.9°, 75.8%, 75.7%
CMYK39%, 6%, 0%, 6%
HSV188.9°, 39.2%, 94.1%
LAB85.4, -21.0, -14.6
XYZ54.8, 66.8, 92.4
Decimal9626352
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.36:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92E2F0;
}
.text-color {
color: #92E2F0;
}
.border-color {
border: 2px solid #92E2F0;
}