Shades of Dark Turquoise #04C7DB
Tints of Dark Turquoise #04C7DB
RGB
CMYK
RGB Variations
Color information
#04C7DB (or 0x04C7DB) is known color: Dark Turquoise. HEX triplet: 04, C7 and DB. RGB value is (4,199,219). Sum of RGB (Red+Green+Blue) = 4+199+219=422 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.95% from 422); Green value is 199 (78.12% from 255 or 47.16% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #04C7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C7DB is #FB3824. Grayscale: #8E8E8E. Windows color (decimal): -16463909 or 14403332. OLE color: 14403332.
HSL color Cylindrical-coordinate representation of color #04C7DB: hue angle of 185.58º 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 #04C7DB is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 199 | 219 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.14 |
| HSL | 185.58º | 0.96% | 0.44% | - |
| HSV(B) | 185.58º | 0.98% | 0.86% | - |
| XYZ | 33.26 | 45.99 | 74.14 | - |
| YUV | 142.98 | 170.9 | 28.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 199 | 219 | 0.98 | 0.09 | 0 | 0.14 | 185.58 | 0.96 | 0.44 |
| Hex | 4 | C7 | DB | 62 | 9 | 0 | E | BA | 60 | 2C |
| Octal | 4 | 307 | 333 | 142 | 11 | 0 | 16 | 272 | 140 | 54 |
| Binary | 100 | 11000111 | 11011011 | 1100010 | 1001 | 0 | 1110 | 10111010 | 1100000 | 101100 |
Color Harmonies of #04C7DB
Complementary color
Monochromatic Colors of #04C7DB
Black with #04C7DB
Text Example
Text Example
White with #04C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C7DB; }
p { color: rgb(4,199,219); }
H1.HeaderClassName
{
color: #04C7DB;
}
.AnyTagClassName
{
color: #04C7DB;
}
</style>
background-color css
<style>
a { background-color: #04C7DB; }
a { background-color: rgb(4,199,219); }
div.DivClassName
{
background-color: #04C7DB;
}
.BgClassName
{
background-color: #04C7DB;
}
</style>
border-color css
<style>
span { border-color: #04C7DB; }
span { border-color: rgb(4,199,219); }
td.TdClassName
{
border-color: #04C7DB;
}
.TagClassName
{
border-color: #04C7DB;
}
</style>