Shades of Dark Turquoise #04CCDC
Tints of Dark Turquoise #04CCDC
RGB
CMYK
RGB Variations
Color information
#04CCDC (or 0x04CCDC) is known color: Dark Turquoise. HEX triplet: 04, CC and DC. RGB value is (4,204,220). Sum of RGB (Red+Green+Blue) = 4+204+220=428 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #04CCDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDC is #FB3323. Grayscale: #919191. Windows color (decimal): -16462628 or 14470148. OLE color: 14470148.
HSL color Cylindrical-coordinate representation of color #04CCDC: hue angle of 184.44º 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 #04CCDC is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 204 | 220 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.14 |
| HSL | 184.44º | 0.96% | 0.44% | - |
| HSV(B) | 184.44º | 0.98% | 0.86% | - |
| XYZ | 34.56 | 48.38 | 75.23 | - |
| YUV | 146.02 | 169.74 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 220 | 0.98 | 0.07 | 0 | 0.14 | 184.44 | 0.96 | 0.44 |
| Hex | 4 | CC | DC | 62 | 7 | 0 | E | B8 | 60 | 2C |
| Octal | 4 | 314 | 334 | 142 | 7 | 0 | 16 | 270 | 140 | 54 |
| Binary | 100 | 11001100 | 11011100 | 1100010 | 111 | 0 | 1110 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CCDC
Complementary color
Monochromatic Colors of #04CCDC
Black with #04CCDC
Text Example
Text Example
White with #04CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCDC; }
p { color: rgb(4,204,220); }
H1.HeaderClassName
{
color: #04CCDC;
}
.AnyTagClassName
{
color: #04CCDC;
}
</style>
background-color css
<style>
a { background-color: #04CCDC; }
a { background-color: rgb(4,204,220); }
div.DivClassName
{
background-color: #04CCDC;
}
.BgClassName
{
background-color: #04CCDC;
}
</style>
border-color css
<style>
span { border-color: #04CCDC; }
span { border-color: rgb(4,204,220); }
td.TdClassName
{
border-color: #04CCDC;
}
.TagClassName
{
border-color: #04CCDC;
}
</style>