Shades of Dark Turquoise #04DCCF
Tints of Dark Turquoise #04DCCF
RGB
CMYK
RGB Variations
Color information
#04DCCF (or 0x04DCCF) is known color: Dark Turquoise. HEX triplet: 04, DC and CF. RGB value is (4,220,207). Sum of RGB (Red+Green+Blue) = 4+220+207=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCCF is #FB2330. Grayscale: #999999. Windows color (decimal): -16458545 or 13622276. OLE color: 13622276.
HSL color Cylindrical-coordinate representation of color #04DCCF: hue angle of 176.39º 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 #04DCCF is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 207 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.14 |
| HSL | 176.39º | 0.96% | 0.44% | - |
| HSV(B) | 176.39º | 0.98% | 0.86% | - |
| XYZ | 36.91 | 55.72 | 67.84 | - |
| YUV | 153.93 | 157.94 | 21.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 207 | 0.98 | 0 | 0.06 | 0.14 | 176.39 | 0.96 | 0.44 |
| Hex | 4 | DC | CF | 62 | 0 | 6 | E | B0 | 60 | 2C |
| Octal | 4 | 334 | 317 | 142 | 0 | 6 | 16 | 260 | 140 | 54 |
| Binary | 100 | 11011100 | 11001111 | 1100010 | 0 | 110 | 1110 | 10110000 | 1100000 | 101100 |
Color Harmonies of #04DCCF
Complementary color
Monochromatic Colors of #04DCCF
Black with #04DCCF
Text Example
Text Example
White with #04DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCCF; }
p { color: rgb(4,220,207); }
H1.HeaderClassName
{
color: #04DCCF;
}
.AnyTagClassName
{
color: #04DCCF;
}
</style>
background-color css
<style>
a { background-color: #04DCCF; }
a { background-color: rgb(4,220,207); }
div.DivClassName
{
background-color: #04DCCF;
}
.BgClassName
{
background-color: #04DCCF;
}
</style>
border-color css
<style>
span { border-color: #04DCCF; }
span { border-color: rgb(4,220,207); }
td.TdClassName
{
border-color: #04DCCF;
}
.TagClassName
{
border-color: #04DCCF;
}
</style>