Shades of Dark Turquoise #04CCDA
Tints of Dark Turquoise #04CCDA
RGB
CMYK
RGB Variations
Color information
#04CCDA (or 0x04CCDA) is known color: Dark Turquoise. HEX triplet: 04, CC and DA. RGB value is (4,204,218). Sum of RGB (Red+Green+Blue) = 4+204+218=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #04CCDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDA is #FB3325. Grayscale: #919191. Windows color (decimal): -16462630 or 14339076. OLE color: 14339076.
HSL color Cylindrical-coordinate representation of color #04CCDA: hue angle of 183.93º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCDA is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 204 | 218 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.15 |
| HSL | 183.93º | 0.96% | 0.44% | - |
| HSV(B) | 183.93º | 0.98% | 0.85% | - |
| XYZ | 34.3 | 48.27 | 73.84 | - |
| YUV | 145.8 | 168.74 | 26.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 218 | 0.98 | 0.06 | 0 | 0.15 | 183.93 | 0.96 | 0.44 |
| Hex | 4 | CC | DA | 62 | 6 | 0 | F | B8 | 60 | 2C |
| Octal | 4 | 314 | 332 | 142 | 6 | 0 | 17 | 270 | 140 | 54 |
| Binary | 100 | 11001100 | 11011010 | 1100010 | 110 | 0 | 1111 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CCDA
Complementary color
Monochromatic Colors of #04CCDA
Black with #04CCDA
Text Example
Text Example
White with #04CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCDA; }
p { color: rgb(4,204,218); }
H1.HeaderClassName
{
color: #04CCDA;
}
.AnyTagClassName
{
color: #04CCDA;
}
</style>
background-color css
<style>
a { background-color: #04CCDA; }
a { background-color: rgb(4,204,218); }
div.DivClassName
{
background-color: #04CCDA;
}
.BgClassName
{
background-color: #04CCDA;
}
</style>
border-color css
<style>
span { border-color: #04CCDA; }
span { border-color: rgb(4,204,218); }
td.TdClassName
{
border-color: #04CCDA;
}
.TagClassName
{
border-color: #04CCDA;
}
</style>