Shades of Dark Turquoise #04D1EA
Tints of Dark Turquoise #04D1EA
RGB
CMYK
RGB Variations
Color information
#04D1EA (or 0x04D1EA) is known color: Dark Turquoise. HEX triplet: 04, D1 and EA. RGB value is (4,209,234). Sum of RGB (Red+Green+Blue) = 4+209+234=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #04D1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D1EA is #FB2E15. Grayscale: #969696. Windows color (decimal): -16461334 or 15388932. OLE color: 15388932.
HSL color Cylindrical-coordinate representation of color #04D1EA: hue angle of 186.52º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D1EA is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 209 | 234 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.08 |
| HSL | 186.52º | 0.97% | 0.47% | - |
| HSV(B) | 186.52º | 0.98% | 0.92% | - |
| XYZ | 37.7 | 51.57 | 85.81 | - |
| YUV | 150.56 | 175.08 | 23.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 209 | 234 | 0.98 | 0.11 | 0 | 0.08 | 186.52 | 0.97 | 0.47 |
| Hex | 4 | D1 | EA | 62 | B | 0 | 8 | BB | 61 | 2F |
| Octal | 4 | 321 | 352 | 142 | 13 | 0 | 10 | 273 | 141 | 57 |
| Binary | 100 | 11010001 | 11101010 | 1100010 | 1011 | 0 | 1000 | 10111011 | 1100001 | 101111 |
Color Harmonies of #04D1EA
Complementary color
Monochromatic Colors of #04D1EA
Black with #04D1EA
Text Example
Text Example
White with #04D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D1EA; }
p { color: rgb(4,209,234); }
H1.HeaderClassName
{
color: #04D1EA;
}
.AnyTagClassName
{
color: #04D1EA;
}
</style>
background-color css
<style>
a { background-color: #04D1EA; }
a { background-color: rgb(4,209,234); }
div.DivClassName
{
background-color: #04D1EA;
}
.BgClassName
{
background-color: #04D1EA;
}
</style>
border-color css
<style>
span { border-color: #04D1EA; }
span { border-color: rgb(4,209,234); }
td.TdClassName
{
border-color: #04D1EA;
}
.TagClassName
{
border-color: #04D1EA;
}
</style>