Shades of Dark Turquoise #04D0DF
Tints of Dark Turquoise #04D0DF
RGB
CMYK
RGB Variations
Color information
#04D0DF (or 0x04D0DF) is known color: Dark Turquoise. HEX triplet: 04, D0 and DF. RGB value is (4,208,223). Sum of RGB (Red+Green+Blue) = 4+208+223=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #04D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D0DF is #FB2F20. Grayscale: #949494. Windows color (decimal): -16461601 or 14667780. OLE color: 14667780.
HSL color Cylindrical-coordinate representation of color #04D0DF: hue angle of 184.11º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D0DF is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 208 | 223 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.13 |
| HSL | 184.11º | 0.96% | 0.45% | - |
| HSV(B) | 184.11º | 0.98% | 0.87% | - |
| XYZ | 35.93 | 50.47 | 77.66 | - |
| YUV | 148.71 | 169.91 | 24.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 208 | 223 | 0.98 | 0.07 | 0 | 0.13 | 184.11 | 0.96 | 0.45 |
| Hex | 4 | D0 | DF | 62 | 7 | 0 | D | B8 | 60 | 2D |
| Octal | 4 | 320 | 337 | 142 | 7 | 0 | 15 | 270 | 140 | 55 |
| Binary | 100 | 11010000 | 11011111 | 1100010 | 111 | 0 | 1101 | 10111000 | 1100000 | 101101 |
Color Harmonies of #04D0DF
Complementary color
Monochromatic Colors of #04D0DF
Black with #04D0DF
Text Example
Text Example
White with #04D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D0DF; }
p { color: rgb(4,208,223); }
H1.HeaderClassName
{
color: #04D0DF;
}
.AnyTagClassName
{
color: #04D0DF;
}
</style>
background-color css
<style>
a { background-color: #04D0DF; }
a { background-color: rgb(4,208,223); }
div.DivClassName
{
background-color: #04D0DF;
}
.BgClassName
{
background-color: #04D0DF;
}
</style>
border-color css
<style>
span { border-color: #04D0DF; }
span { border-color: rgb(4,208,223); }
td.TdClassName
{
border-color: #04D0DF;
}
.TagClassName
{
border-color: #04D0DF;
}
</style>