Shades of Dark Turquoise #04C2DB
Tints of Dark Turquoise #04C2DB
RGB
CMYK
RGB Variations
Color information
#04C2DB (or 0x04C2DB) is known color: Dark Turquoise. HEX triplet: 04, C2 and DB. RGB value is (4,194,219). Sum of RGB (Red+Green+Blue) = 4+194+219=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #04C2DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C2DB is #FB3D24. Grayscale: #8B8B8B. Windows color (decimal): -16465189 or 14402052. OLE color: 14402052.
HSL color Cylindrical-coordinate representation of color #04C2DB: hue angle of 186.98º 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 #04C2DB is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 194 | 219 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.14 |
| HSL | 186.98º | 0.96% | 0.44% | - |
| HSV(B) | 186.98º | 0.98% | 0.86% | - |
| XYZ | 32.13 | 43.72 | 73.76 | - |
| YUV | 140.04 | 172.55 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 219 | 0.98 | 0.11 | 0 | 0.14 | 186.98 | 0.96 | 0.44 |
| Hex | 4 | C2 | DB | 62 | B | 0 | E | BB | 60 | 2C |
| Octal | 4 | 302 | 333 | 142 | 13 | 0 | 16 | 273 | 140 | 54 |
| Binary | 100 | 11000010 | 11011011 | 1100010 | 1011 | 0 | 1110 | 10111011 | 1100000 | 101100 |
Color Harmonies of #04C2DB
Complementary color
Monochromatic Colors of #04C2DB
Black with #04C2DB
Text Example
Text Example
White with #04C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C2DB; }
p { color: rgb(4,194,219); }
H1.HeaderClassName
{
color: #04C2DB;
}
.AnyTagClassName
{
color: #04C2DB;
}
</style>
background-color css
<style>
a { background-color: #04C2DB; }
a { background-color: rgb(4,194,219); }
div.DivClassName
{
background-color: #04C2DB;
}
.BgClassName
{
background-color: #04C2DB;
}
</style>
border-color css
<style>
span { border-color: #04C2DB; }
span { border-color: rgb(4,194,219); }
td.TdClassName
{
border-color: #04C2DB;
}
.TagClassName
{
border-color: #04C2DB;
}
</style>