Shades of Dark Turquoise #04CCDD
Tints of Dark Turquoise #04CCDD
RGB
CMYK
RGB Variations
Color information
#04CCDD (or 0x04CCDD) is known color: Dark Turquoise. HEX triplet: 04, CC and DD. RGB value is (4,204,221). Sum of RGB (Red+Green+Blue) = 4+204+221=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #04CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CCDD is #FB3322. Grayscale: #919191. Windows color (decimal): -16462627 or 14535684. OLE color: 14535684.
HSL color Cylindrical-coordinate representation of color #04CCDD: hue angle of 184.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CCDD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 204 | 221 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.13 |
| HSL | 184.7º | 0.96% | 0.44% | - |
| HSV(B) | 184.7º | 0.98% | 0.87% | - |
| XYZ | 34.69 | 48.43 | 75.93 | - |
| YUV | 146.14 | 170.24 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 221 | 0.98 | 0.08 | 0 | 0.13 | 184.7 | 0.96 | 0.44 |
| Hex | 4 | CC | DD | 62 | 8 | 0 | D | B9 | 60 | 2C |
| Octal | 4 | 314 | 335 | 142 | 10 | 0 | 15 | 271 | 140 | 54 |
| Binary | 100 | 11001100 | 11011101 | 1100010 | 1000 | 0 | 1101 | 10111001 | 1100000 | 101100 |
Color Harmonies of #04CCDD
Complementary color
Monochromatic Colors of #04CCDD
Black with #04CCDD
Text Example
Text Example
White with #04CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CCDD; }
p { color: rgb(4,204,221); }
H1.HeaderClassName
{
color: #04CCDD;
}
.AnyTagClassName
{
color: #04CCDD;
}
</style>
background-color css
<style>
a { background-color: #04CCDD; }
a { background-color: rgb(4,204,221); }
div.DivClassName
{
background-color: #04CCDD;
}
.BgClassName
{
background-color: #04CCDD;
}
</style>
border-color css
<style>
span { border-color: #04CCDD; }
span { border-color: rgb(4,204,221); }
td.TdClassName
{
border-color: #04CCDD;
}
.TagClassName
{
border-color: #04CCDD;
}
</style>