#92DBD3
A light, moderate cyan closely aligning with Paleturquoise.
About #92DBD3
At its core, #92DBD3 is a light and moderate hue. Its closest recognized web color is Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 219, and 211.
For print applications, it's crucial to understand its CMYK makeup. The color uses 33% Cyan, 0% Magenta, 4% Yellow, and 14% Black. With a hue angle of 173.4 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92DBD3
RGB146, 219, 211
HSL173.4°, 50.3%, 71.6%
CMYK33%, 0%, 4%, 14%
HSV173.4°, 33.3%, 85.9%
LAB82.6, -24.4, -3.3
XYZ48.9, 61.5, 70.9
Decimal9624531
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.30:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DBD3;
}
.text-color {
color: #92DBD3;
}
.border-color {
border: 2px solid #92DBD3;
}