Shades of Bright Turquoise #04D4EC
Tints of Bright Turquoise #04D4EC
RGB
CMYK
RGB Variations
Color information
#04D4EC (or 0x04D4EC) is known color: Bright Turquoise. HEX triplet: 04, D4 and EC. RGB value is (4,212,236). Sum of RGB (Red+Green+Blue) = 4+212+236=452 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #04D4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D4EC is #FB2B13. Grayscale: #989898. Windows color (decimal): -16460564 or 15520772. OLE color: 15520772.
HSL color Cylindrical-coordinate representation of color #04D4EC: hue angle of 186.21º 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 #04D4EC is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 212 | 236 | - |
| CMYK | 0.98 | 0.10 | 0 | 0.07 |
| HSL | 186.21º | 0.97% | 0.47% | - |
| HSV(B) | 186.21º | 0.98% | 0.93% | - |
| XYZ | 38.73 | 53.17 | 87.58 | - |
| YUV | 152.54 | 175.09 | 22.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 212 | 236 | 0.98 | 0.10 | 0 | 0.07 | 186.21 | 0.97 | 0.47 |
| Hex | 4 | D4 | EC | 62 | A | 0 | 7 | BA | 61 | 2F |
| Octal | 4 | 324 | 354 | 142 | 12 | 0 | 7 | 272 | 141 | 57 |
| Binary | 100 | 11010100 | 11101100 | 1100010 | 1010 | 0 | 111 | 10111010 | 1100001 | 101111 |
Color Harmonies of #04D4EC
Complementary color
Monochromatic Colors of #04D4EC
Black with #04D4EC
Text Example
Text Example
White with #04D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D4EC; }
p { color: rgb(4,212,236); }
H1.HeaderClassName
{
color: #04D4EC;
}
.AnyTagClassName
{
color: #04D4EC;
}
</style>
background-color css
<style>
a { background-color: #04D4EC; }
a { background-color: rgb(4,212,236); }
div.DivClassName
{
background-color: #04D4EC;
}
.BgClassName
{
background-color: #04D4EC;
}
</style>
border-color css
<style>
span { border-color: #04D4EC; }
span { border-color: rgb(4,212,236); }
td.TdClassName
{
border-color: #04D4EC;
}
.TagClassName
{
border-color: #04D4EC;
}
</style>