#247566
A dark, moderate cyan closely aligning with Teal.
About #247566
Visually, #247566 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Teal. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 117, and 102.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 69% cyan, 0% magenta, 13% yellow, and 54% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#247566
RGB36, 117, 102
HSL168.9°, 52.9%, 30.0%
CMYK69%, 0%, 13%, 54%
HSV168.9°, 69.2%, 45.9%
LAB44.3, -28.0, 1.2
XYZ9.5, 14.1, 14.8
Decimal2389350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #247566;
}
.text-color {
color: #247566;
}
.border-color {
border: 2px solid #247566;
}