#92F0E9
A light, vivid cyan closely aligning with Paleturquoise.
About #92F0E9
Visually, #92F0E9 is defined as a vivid cyan. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 240, and 233.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 39% cyan, 0% magenta, 3% yellow, and 6% black. The HSL representation is 175.5° hue, 75.8% saturation, and 75.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#92F0E9
RGB146, 240, 233
HSL175.5°, 75.8%, 75.7%
CMYK39%, 0%, 3%, 6%
HSV175.5°, 39.2%, 94.1%
LAB89.1, -29.5, -5.4
XYZ57.7, 74.3, 88.4
Decimal9629929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.86:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F0E9;
}
.text-color {
color: #92F0E9;
}
.border-color {
border: 2px solid #92F0E9;
}