Shades of Dark Turquoise #04D8DA
Tints of Dark Turquoise #04D8DA
RGB
CMYK
RGB Variations
Color information
#04D8DA (or 0x04D8DA) is known color: Dark Turquoise. HEX triplet: 04, D8 and DA. RGB value is (4,216,218). Sum of RGB (Red+Green+Blue) = 4+216+218=438 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #04D8DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D8DA is #FB2725. Grayscale: #989898. Windows color (decimal): -16459558 or 14342148. OLE color: 14342148.
HSL color Cylindrical-coordinate representation of color #04D8DA: hue angle of 180.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D8DA is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 218 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.15 |
| HSL | 180.56º | 0.96% | 0.44% | - |
| HSV(B) | 180.56º | 0.98% | 0.85% | - |
| XYZ | 37.26 | 54.2 | 74.83 | - |
| YUV | 152.84 | 164.76 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 218 | 0.98 | 0.01 | 0 | 0.15 | 180.56 | 0.96 | 0.44 |
| Hex | 4 | D8 | DA | 62 | 1 | 0 | F | B5 | 60 | 2C |
| Octal | 4 | 330 | 332 | 142 | 1 | 0 | 17 | 265 | 140 | 54 |
| Binary | 100 | 11011000 | 11011010 | 1100010 | 1 | 0 | 1111 | 10110101 | 1100000 | 101100 |
Color Harmonies of #04D8DA
Complementary color
Monochromatic Colors of #04D8DA
Black with #04D8DA
Text Example
Text Example
White with #04D8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D8DA; }
p { color: rgb(4,216,218); }
H1.HeaderClassName
{
color: #04D8DA;
}
.AnyTagClassName
{
color: #04D8DA;
}
</style>
background-color css
<style>
a { background-color: #04D8DA; }
a { background-color: rgb(4,216,218); }
div.DivClassName
{
background-color: #04D8DA;
}
.BgClassName
{
background-color: #04D8DA;
}
</style>
border-color css
<style>
span { border-color: #04D8DA; }
span { border-color: rgb(4,216,218); }
td.TdClassName
{
border-color: #04D8DA;
}
.TagClassName
{
border-color: #04D8DA;
}
</style>