Shades of Dark Turquoise #04DCD1
Tints of Dark Turquoise #04DCD1
RGB
CMYK
RGB Variations
Color information
#04DCD1 (or 0x04DCD1) is known color: Dark Turquoise. HEX triplet: 04, DC and D1. RGB value is (4,220,209). Sum of RGB (Red+Green+Blue) = 4+220+209=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #04DCD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04DCD1 is #FB232E. Grayscale: #999999. Windows color (decimal): -16458543 or 13753348. OLE color: 13753348.
HSL color Cylindrical-coordinate representation of color #04DCD1: hue angle of 176.94º 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 #04DCD1 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 209 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.14 |
| HSL | 176.94º | 0.96% | 0.44% | - |
| HSV(B) | 176.94º | 0.98% | 0.86% | - |
| XYZ | 37.15 | 55.82 | 69.14 | - |
| YUV | 154.16 | 158.94 | 20.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 209 | 0.98 | 0 | 0.05 | 0.14 | 176.94 | 0.96 | 0.44 |
| Hex | 4 | DC | D1 | 62 | 0 | 5 | E | B1 | 60 | 2C |
| Octal | 4 | 334 | 321 | 142 | 0 | 5 | 16 | 261 | 140 | 54 |
| Binary | 100 | 11011100 | 11010001 | 1100010 | 0 | 101 | 1110 | 10110001 | 1100000 | 101100 |
Color Harmonies of #04DCD1
Complementary color
Monochromatic Colors of #04DCD1
Black with #04DCD1
Text Example
Text Example
White with #04DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DCD1; }
p { color: rgb(4,220,209); }
H1.HeaderClassName
{
color: #04DCD1;
}
.AnyTagClassName
{
color: #04DCD1;
}
</style>
background-color css
<style>
a { background-color: #04DCD1; }
a { background-color: rgb(4,220,209); }
div.DivClassName
{
background-color: #04DCD1;
}
.BgClassName
{
background-color: #04DCD1;
}
</style>
border-color css
<style>
span { border-color: #04DCD1; }
span { border-color: rgb(4,220,209); }
td.TdClassName
{
border-color: #04DCD1;
}
.TagClassName
{
border-color: #04DCD1;
}
</style>