Shades of Dark Turquoise #04D9DB
Tints of Dark Turquoise #04D9DB
RGB
CMYK
RGB Variations
Color information
#04D9DB (or 0x04D9DB) is known color: Dark Turquoise. HEX triplet: 04, D9 and DB. RGB value is (4,217,219). Sum of RGB (Red+Green+Blue) = 4+217+219=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #04D9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D9DB is #FB2624. Grayscale: #999999. Windows color (decimal): -16459301 or 14407940. OLE color: 14407940.
HSL color Cylindrical-coordinate representation of color #04D9DB: hue angle of 180.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D9DB is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 217 | 219 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.14 |
| HSL | 180.56º | 0.96% | 0.44% | - |
| HSV(B) | 180.56º | 0.98% | 0.86% | - |
| XYZ | 37.65 | 54.77 | 75.6 | - |
| YUV | 153.54 | 164.93 | 21.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 217 | 219 | 0.98 | 0.01 | 0 | 0.14 | 180.56 | 0.96 | 0.44 |
| Hex | 4 | D9 | DB | 62 | 1 | 0 | E | B5 | 60 | 2C |
| Octal | 4 | 331 | 333 | 142 | 1 | 0 | 16 | 265 | 140 | 54 |
| Binary | 100 | 11011001 | 11011011 | 1100010 | 1 | 0 | 1110 | 10110101 | 1100000 | 101100 |
Color Harmonies of #04D9DB
Complementary color
Monochromatic Colors of #04D9DB
Black with #04D9DB
Text Example
Text Example
White with #04D9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D9DB; }
p { color: rgb(4,217,219); }
H1.HeaderClassName
{
color: #04D9DB;
}
.AnyTagClassName
{
color: #04D9DB;
}
</style>
background-color css
<style>
a { background-color: #04D9DB; }
a { background-color: rgb(4,217,219); }
div.DivClassName
{
background-color: #04D9DB;
}
.BgClassName
{
background-color: #04D9DB;
}
</style>
border-color css
<style>
span { border-color: #04D9DB; }
span { border-color: rgb(4,217,219); }
td.TdClassName
{
border-color: #04D9DB;
}
.TagClassName
{
border-color: #04D9DB;
}
</style>