#92F0F8
A light, vivid cyan closely aligning with Paleturquoise.
About #92F0F8
Visually, #92F0F8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Paleturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 240, and 248.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 41% cyan, 3% magenta, 0% yellow, and 3% black. With a hue angle of 184.7 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. 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#92F0F8
RGB146, 240, 248
HSL184.7°, 87.9%, 77.3%
CMYK41%, 3%, 0%, 3%
HSV184.7°, 41.1%, 97.3%
LAB89.5, -25.9, -12.6
XYZ60.0, 75.2, 100.2
Decimal9629944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.04:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92F0F8;
}
.text-color {
color: #92F0F8;
}
.border-color {
border: 2px solid #92F0F8;
}