Shades of Dark Turquoise #04DACB
Tints of Dark Turquoise #04DACB
RGB
CMYK
RGB Variations
Color information
#04DACB (or 0x04DACB) is known color: Dark Turquoise. HEX triplet: 04, DA and CB. RGB value is (4,218,203). Sum of RGB (Red+Green+Blue) = 4+218+203=425 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #04DACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DACB is #FB2534. Grayscale: #989898. Windows color (decimal): -16459061 or 13359620. OLE color: 13359620.
HSL color Cylindrical-coordinate representation of color #04DACB: hue angle of 175.79º 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 #04DACB is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 218 | 203 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.15 |
| HSL | 175.79º | 0.96% | 0.44% | - |
| HSV(B) | 175.79º | 0.98% | 0.85% | - |
| XYZ | 35.9 | 54.48 | 65.12 | - |
| YUV | 152.3 | 156.6 | 22.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 218 | 203 | 0.98 | 0 | 0.07 | 0.15 | 175.79 | 0.96 | 0.44 |
| Hex | 4 | DA | CB | 62 | 0 | 7 | F | B0 | 60 | 2C |
| Octal | 4 | 332 | 313 | 142 | 0 | 7 | 17 | 260 | 140 | 54 |
| Binary | 100 | 11011010 | 11001011 | 1100010 | 0 | 111 | 1111 | 10110000 | 1100000 | 101100 |
Color Harmonies of #04DACB
Complementary color
Monochromatic Colors of #04DACB
Black with #04DACB
Text Example
Text Example
White with #04DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DACB; }
p { color: rgb(4,218,203); }
H1.HeaderClassName
{
color: #04DACB;
}
.AnyTagClassName
{
color: #04DACB;
}
</style>
background-color css
<style>
a { background-color: #04DACB; }
a { background-color: rgb(4,218,203); }
div.DivClassName
{
background-color: #04DACB;
}
.BgClassName
{
background-color: #04DACB;
}
</style>
border-color css
<style>
span { border-color: #04DACB; }
span { border-color: rgb(4,218,203); }
td.TdClassName
{
border-color: #04DACB;
}
.TagClassName
{
border-color: #04DACB;
}
</style>