Shades of Dark Turquoise #04C7D1
Tints of Dark Turquoise #04C7D1
RGB
CMYK
RGB Variations
Color information
#04C7D1 (or 0x04C7D1) is known color: Dark Turquoise. HEX triplet: 04, C7 and D1. RGB value is (4,199,209). Sum of RGB (Red+Green+Blue) = 4+199+209=412 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 209 (82.03% from 255 or 50.73% from 412); Max value from RGB is 209 - color contains mainly: blue. Hex color #04C7D1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C7D1 is #FB382E. Grayscale: #8D8D8D. Windows color (decimal): -16463919 or 13747972. OLE color: 13747972.
HSL color Cylindrical-coordinate representation of color #04C7D1: hue angle of 182.93º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C7D1 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 199 | 209 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.18 |
| HSL | 182.93º | 0.96% | 0.42% | - |
| HSV(B) | 182.93º | 0.98% | 0.82% | - |
| XYZ | 31.98 | 45.48 | 67.41 | - |
| YUV | 141.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 199 | 209 | 0.98 | 0.05 | 0 | 0.18 | 182.93 | 0.96 | 0.42 |
| Hex | 4 | C7 | D1 | 62 | 5 | 0 | 12 | B7 | 60 | 2A |
| Octal | 4 | 307 | 321 | 142 | 5 | 0 | 22 | 267 | 140 | 52 |
| Binary | 100 | 11000111 | 11010001 | 1100010 | 101 | 0 | 10010 | 10110111 | 1100000 | 101010 |
Color Harmonies of #04C7D1
Complementary color
Monochromatic Colors of #04C7D1
Black with #04C7D1
Text Example
Text Example
White with #04C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C7D1; }
p { color: rgb(4,199,209); }
H1.HeaderClassName
{
color: #04C7D1;
}
.AnyTagClassName
{
color: #04C7D1;
}
</style>
background-color css
<style>
a { background-color: #04C7D1; }
a { background-color: rgb(4,199,209); }
div.DivClassName
{
background-color: #04C7D1;
}
.BgClassName
{
background-color: #04C7D1;
}
</style>
border-color css
<style>
span { border-color: #04C7D1; }
span { border-color: rgb(4,199,209); }
td.TdClassName
{
border-color: #04C7D1;
}
.TagClassName
{
border-color: #04C7D1;
}
</style>