Shades of Dark Turquoise #04D1D6
Tints of Dark Turquoise #04D1D6
RGB
CMYK
RGB Variations
Color information
#04D1D6 (or 0x04D1D6) is known color: Dark Turquoise. HEX triplet: 04, D1 and D6. RGB value is (4,209,214). Sum of RGB (Red+Green+Blue) = 4+209+214=427 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 427); Green value is 209 (82.03% from 255 or 48.95% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #04D1D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D1D6 is #FB2E29. Grayscale: #949494. Windows color (decimal): -16461354 or 14078212. OLE color: 14078212.
HSL color Cylindrical-coordinate representation of color #04D1D6: hue angle of 181.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D1D6 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 209 | 214 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.16 |
| HSL | 181.43º | 0.96% | 0.43% | - |
| HSV(B) | 181.43º | 0.98% | 0.84% | - |
| XYZ | 34.99 | 50.48 | 71.52 | - |
| YUV | 148.28 | 165.08 | 25.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 214 | 0.98 | 0.02 | 0 | 0.16 | 181.43 | 0.96 | 0.43 |
| Hex | 4 | D1 | D6 | 62 | 2 | 0 | 10 | B5 | 60 | 2B |
| Octal | 4 | 321 | 326 | 142 | 2 | 0 | 20 | 265 | 140 | 53 |
| Binary | 100 | 11010001 | 11010110 | 1100010 | 10 | 0 | 10000 | 10110101 | 1100000 | 101011 |
Color Harmonies of #04D1D6
Complementary color
Monochromatic Colors of #04D1D6
Black with #04D1D6
Text Example
Text Example
White with #04D1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D1D6; }
p { color: rgb(4,209,214); }
H1.HeaderClassName
{
color: #04D1D6;
}
.AnyTagClassName
{
color: #04D1D6;
}
</style>
background-color css
<style>
a { background-color: #04D1D6; }
a { background-color: rgb(4,209,214); }
div.DivClassName
{
background-color: #04D1D6;
}
.BgClassName
{
background-color: #04D1D6;
}
</style>
border-color css
<style>
span { border-color: #04D1D6; }
span { border-color: rgb(4,209,214); }
td.TdClassName
{
border-color: #04D1D6;
}
.TagClassName
{
border-color: #04D1D6;
}
</style>