Shades of Bright Turquoise #04D6ED
Tints of Bright Turquoise #04D6ED
RGB
CMYK
RGB Variations
Color information
#04D6ED (or 0x04D6ED) is known color: Bright Turquoise. HEX triplet: 04, D6 and ED. RGB value is (4,214,237). Sum of RGB (Red+Green+Blue) = 4+214+237=455 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #04D6ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D6ED is #FB2912. Grayscale: #999999. Windows color (decimal): -16460051 or 15586820. OLE color: 15586820.
HSL color Cylindrical-coordinate representation of color #04D6ED: hue angle of 185.92º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D6ED is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 214 | 237 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.07 |
| HSL | 185.92º | 0.97% | 0.47% | - |
| HSV(B) | 185.92º | 0.98% | 0.93% | - |
| XYZ | 39.38 | 54.23 | 88.51 | - |
| YUV | 153.83 | 174.93 | 21.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 237 | 0.98 | 0.10 | 0 | 0.07 | 185.92 | 0.97 | 0.47 |
| Hex | 4 | D6 | ED | 62 | A | 0 | 7 | BA | 61 | 2F |
| Octal | 4 | 326 | 355 | 142 | 12 | 0 | 7 | 272 | 141 | 57 |
| Binary | 100 | 11010110 | 11101101 | 1100010 | 1010 | 0 | 111 | 10111010 | 1100001 | 101111 |
Color Harmonies of #04D6ED
Complementary color
Monochromatic Colors of #04D6ED
Black with #04D6ED
Text Example
Text Example
White with #04D6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D6ED; }
p { color: rgb(4,214,237); }
H1.HeaderClassName
{
color: #04D6ED;
}
.AnyTagClassName
{
color: #04D6ED;
}
</style>
background-color css
<style>
a { background-color: #04D6ED; }
a { background-color: rgb(4,214,237); }
div.DivClassName
{
background-color: #04D6ED;
}
.BgClassName
{
background-color: #04D6ED;
}
</style>
border-color css
<style>
span { border-color: #04D6ED; }
span { border-color: rgb(4,214,237); }
td.TdClassName
{
border-color: #04D6ED;
}
.TagClassName
{
border-color: #04D6ED;
}
</style>