Shades of Bright Turquoise #04F2EC
Tints of Bright Turquoise #04F2EC
RGB
CMYK
RGB Variations
Color information
#04F2EC (or 0x04F2EC) is known color: Bright Turquoise. HEX triplet: 04, F2 and EC. RGB value is (4,242,236). Sum of RGB (Red+Green+Blue) = 4+242+236=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F2EC is #FB0D13. Grayscale: #A9A9A9. Windows color (decimal): -16452884 or 15528452. OLE color: 15528452.
HSL color Cylindrical-coordinate representation of color #04F2EC: hue angle of 178.49º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2EC is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 242 | 236 | - |
| CMYK | 0.98 | 0 | 0.02 | 0.05 |
| HSL | 178.49º | 0.97% | 0.48% | - |
| HSV(B) | 178.49º | 0.98% | 0.95% | - |
| XYZ | 46.94 | 69.59 | 90.31 | - |
| YUV | 170.15 | 165.15 | 9.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 242 | 236 | 0.98 | 0 | 0.02 | 0.05 | 178.49 | 0.97 | 0.48 |
| Hex | 4 | F2 | EC | 62 | 0 | 2 | 5 | B2 | 61 | 30 |
| Octal | 4 | 362 | 354 | 142 | 0 | 2 | 5 | 262 | 141 | 60 |
| Binary | 100 | 11110010 | 11101100 | 1100010 | 0 | 10 | 101 | 10110010 | 1100001 | 110000 |
Color Harmonies of #04F2EC
Complementary color
Monochromatic Colors of #04F2EC
Black with #04F2EC
Text Example
Text Example
White with #04F2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F2EC; }
p { color: rgb(4,242,236); }
H1.HeaderClassName
{
color: #04F2EC;
}
.AnyTagClassName
{
color: #04F2EC;
}
</style>
background-color css
<style>
a { background-color: #04F2EC; }
a { background-color: rgb(4,242,236); }
div.DivClassName
{
background-color: #04F2EC;
}
.BgClassName
{
background-color: #04F2EC;
}
</style>
border-color css
<style>
span { border-color: #04F2EC; }
span { border-color: rgb(4,242,236); }
td.TdClassName
{
border-color: #04F2EC;
}
.TagClassName
{
border-color: #04F2EC;
}
</style>