Shades of Dark Turquoise #04CDD0
Tints of Dark Turquoise #04CDD0
RGB
CMYK
RGB Variations
Color information
#04CDD0 (or 0x04CDD0) is known color: Dark Turquoise. HEX triplet: 04, CD and D0. RGB value is (4,205,208). Sum of RGB (Red+Green+Blue) = 4+205+208=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #04CDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CDD0 is #FB322F. Grayscale: #919191. Windows color (decimal): -16462384 or 13683972. OLE color: 13683972.
HSL color Cylindrical-coordinate representation of color #04CDD0: hue angle of 180.88º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CDD0 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 205 | 208 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.18 |
| HSL | 180.88º | 0.96% | 0.42% | - |
| HSV(B) | 180.88º | 0.98% | 0.82% | - |
| XYZ | 33.27 | 48.24 | 67.23 | - |
| YUV | 145.24 | 163.41 | 27.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 205 | 208 | 0.98 | 0.01 | 0 | 0.18 | 180.88 | 0.96 | 0.42 |
| Hex | 4 | CD | D0 | 62 | 1 | 0 | 12 | B5 | 60 | 2A |
| Octal | 4 | 315 | 320 | 142 | 1 | 0 | 22 | 265 | 140 | 52 |
| Binary | 100 | 11001101 | 11010000 | 1100010 | 1 | 0 | 10010 | 10110101 | 1100000 | 101010 |
Color Harmonies of #04CDD0
Complementary color
Monochromatic Colors of #04CDD0
Black with #04CDD0
Text Example
Text Example
White with #04CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CDD0; }
p { color: rgb(4,205,208); }
H1.HeaderClassName
{
color: #04CDD0;
}
.AnyTagClassName
{
color: #04CDD0;
}
</style>
background-color css
<style>
a { background-color: #04CDD0; }
a { background-color: rgb(4,205,208); }
div.DivClassName
{
background-color: #04CDD0;
}
.BgClassName
{
background-color: #04CDD0;
}
</style>
border-color css
<style>
span { border-color: #04CDD0; }
span { border-color: rgb(4,205,208); }
td.TdClassName
{
border-color: #04CDD0;
}
.TagClassName
{
border-color: #04CDD0;
}
</style>