#92D3CC
A light, moderate cyan closely aligning with Paleturquoise.
About #92D3CC
The precise color #92D3CC is an excellent choice for modern design projects. It is closely associated with the named CSS color Paleturquoise. In the RGB color space, it consists of 146 red, 211 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. The color uses 31% Cyan, 0% Magenta, 3% Yellow, and 17% Black. With a hue angle of 173.5 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92D3CC
RGB146, 211, 204
HSL173.5°, 42.5%, 70.0%
CMYK31%, 0%, 3%, 17%
HSV173.5°, 30.8%, 82.7%
LAB80.2, -22.0, -3.1
XYZ46.0, 57.1, 65.7
Decimal9622476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.41:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D3CC;
}
.text-color {
color: #92D3CC;
}
.border-color {
border: 2px solid #92D3CC;
}