#3ACCBD
A medium, moderate cyan closely aligning with Mediumturquoise.
About #3ACCBD
At its core, #3ACCBD is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumturquoise. Its digital footprint relies on 58 parts red, 204 parts green, and 189 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 72% cyan, 0% magenta, 7% yellow, and 20% black. With a hue angle of 173.8 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3ACCBD
RGB58, 204, 189
HSL173.8°, 58.9%, 51.4%
CMYK72%, 0%, 7%, 20%
HSV173.8°, 71.6%, 80.0%
LAB74.7, -41.1, -3.6
XYZ32.5, 47.8, 55.6
Decimal3853501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.55:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #3ACCBD;
}
.text-color {
color: #3ACCBD;
}
.border-color {
border: 2px solid #3ACCBD;
}