Shades of Dark Turquoise #04C0DC
Tints of Dark Turquoise #04C0DC
RGB
CMYK
RGB Variations
Color information
#04C0DC (or 0x04C0DC) is known color: Dark Turquoise. HEX triplet: 04, C0 and DC. RGB value is (4,192,220). Sum of RGB (Red+Green+Blue) = 4+192+220=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #04C0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0DC is #FB3F23. Grayscale: #8A8A8A. Windows color (decimal): -16465700 or 14467076. OLE color: 14467076.
HSL color Cylindrical-coordinate representation of color #04C0DC: hue angle of 187.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0DC is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 192 | 220 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.14 |
| HSL | 187.78º | 0.96% | 0.44% | - |
| HSV(B) | 187.78º | 0.98% | 0.86% | - |
| XYZ | 31.82 | 42.89 | 74.31 | - |
| YUV | 138.98 | 173.72 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 220 | 0.98 | 0.13 | 0 | 0.14 | 187.78 | 0.96 | 0.44 |
| Hex | 4 | C0 | DC | 62 | D | 0 | E | BC | 60 | 2C |
| Octal | 4 | 300 | 334 | 142 | 15 | 0 | 16 | 274 | 140 | 54 |
| Binary | 100 | 11000000 | 11011100 | 1100010 | 1101 | 0 | 1110 | 10111100 | 1100000 | 101100 |
Color Harmonies of #04C0DC
Complementary color
Monochromatic Colors of #04C0DC
Black with #04C0DC
Text Example
Text Example
White with #04C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C0DC; }
p { color: rgb(4,192,220); }
H1.HeaderClassName
{
color: #04C0DC;
}
.AnyTagClassName
{
color: #04C0DC;
}
</style>
background-color css
<style>
a { background-color: #04C0DC; }
a { background-color: rgb(4,192,220); }
div.DivClassName
{
background-color: #04C0DC;
}
.BgClassName
{
background-color: #04C0DC;
}
</style>
border-color css
<style>
span { border-color: #04C0DC; }
span { border-color: rgb(4,192,220); }
td.TdClassName
{
border-color: #04C0DC;
}
.TagClassName
{
border-color: #04C0DC;
}
</style>