Shades of Dark Turquoise #04D7DF
Tints of Dark Turquoise #04D7DF
RGB
CMYK
RGB Variations
Color information
#04D7DF (or 0x04D7DF) is known color: Dark Turquoise. HEX triplet: 04, D7 and DF. RGB value is (4,215,223). Sum of RGB (Red+Green+Blue) = 4+215+223=442 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #04D7DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04D7DF is #FB2820. Grayscale: #989898. Windows color (decimal): -16459809 or 14669572. OLE color: 14669572.
HSL color Cylindrical-coordinate representation of color #04D7DF: hue angle of 182.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D7DF is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 215 | 223 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.13 |
| HSL | 182.19º | 0.96% | 0.45% | - |
| HSV(B) | 182.19º | 0.98% | 0.87% | - |
| XYZ | 37.67 | 53.95 | 78.24 | - |
| YUV | 152.82 | 167.6 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 215 | 223 | 0.98 | 0.04 | 0 | 0.13 | 182.19 | 0.96 | 0.45 |
| Hex | 4 | D7 | DF | 62 | 4 | 0 | D | B6 | 60 | 2D |
| Octal | 4 | 327 | 337 | 142 | 4 | 0 | 15 | 266 | 140 | 55 |
| Binary | 100 | 11010111 | 11011111 | 1100010 | 100 | 0 | 1101 | 10110110 | 1100000 | 101101 |
Color Harmonies of #04D7DF
Complementary color
Monochromatic Colors of #04D7DF
Black with #04D7DF
Text Example
Text Example
White with #04D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D7DF; }
p { color: rgb(4,215,223); }
H1.HeaderClassName
{
color: #04D7DF;
}
.AnyTagClassName
{
color: #04D7DF;
}
</style>
background-color css
<style>
a { background-color: #04D7DF; }
a { background-color: rgb(4,215,223); }
div.DivClassName
{
background-color: #04D7DF;
}
.BgClassName
{
background-color: #04D7DF;
}
</style>
border-color css
<style>
span { border-color: #04D7DF; }
span { border-color: rgb(4,215,223); }
td.TdClassName
{
border-color: #04D7DF;
}
.TagClassName
{
border-color: #04D7DF;
}
</style>