Shades of Dark Turquoise #04CDDD
Tints of Dark Turquoise #04CDDD
RGB
CMYK
RGB Variations
Color information
#04CDDD (or 0x04CDDD) is known color: Dark Turquoise. HEX triplet: 04, CD and DD. RGB value is (4,205,221). Sum of RGB (Red+Green+Blue) = 4+205+221=430 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #04CDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDDD is #FB3222. Grayscale: #929292. Windows color (decimal): -16462371 or 14535940. OLE color: 14535940.
HSL color Cylindrical-coordinate representation of color #04CDDD: hue angle of 184.42º 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 #04CDDD is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 205 | 221 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.42º | 0.96% | 0.44% | - |
| HSV(B) | 184.42º | 0.98% | 0.87% | - |
| XYZ | 34.93 | 48.91 | 76.01 | - |
| YUV | 146.73 | 169.91 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 221 | 0.98 | 0.07 | 0 | 0.13 | 184.42 | 0.96 | 0.44 |
| Hex | 4 | CD | DD | 62 | 7 | 0 | D | B8 | 60 | 2C |
| Octal | 4 | 315 | 335 | 142 | 7 | 0 | 15 | 270 | 140 | 54 |
| Binary | 100 | 11001101 | 11011101 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101100 |
Color Harmonies of #04CDDD
Complementary color
Monochromatic Colors of #04CDDD
Black with #04CDDD
Text Example
Text Example
White with #04CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDDD; }
p { color: rgb(4,205,221); }
H1.HeaderClassName
{
color: #04CDDD;
}
.AnyTagClassName
{
color: #04CDDD;
}
</style>
background-color css
<style>
a { background-color: #04CDDD; }
a { background-color: rgb(4,205,221); }
div.DivClassName
{
background-color: #04CDDD;
}
.BgClassName
{
background-color: #04CDDD;
}
</style>
border-color css
<style>
span { border-color: #04CDDD; }
span { border-color: rgb(4,205,221); }
td.TdClassName
{
border-color: #04CDDD;
}
.TagClassName
{
border-color: #04CDDD;
}
</style>