Shades of Aqua #04FCEC
Tints of Aqua #04FCEC
RGB
CMYK
RGB Variations
Color information
#04FCEC (or 0x04FCEC) is known color: Aqua. HEX triplet: 04, FC and EC. RGB value is (4,252,236). Sum of RGB (Red+Green+Blue) = 4+252+236=492 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCEC is #FB0313. Grayscale: #AFAFAF. Windows color (decimal): -16450324 or 15531012. OLE color: 15531012.
HSL color Cylindrical-coordinate representation of color #04FCEC: hue angle of 176.13º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FCEC is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 236 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.01 |
| HSL | 176.13º | 0.98% | 0.5% | - |
| HSV(B) | 176.13º | 0.98% | 0.99% | - |
| XYZ | 50 | 75.7 | 91.33 | - |
| YUV | 176.02 | 161.84 | 5.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 236 | 0.98 | 0 | 0.06 | 0.01 | 176.13 | 0.98 | 0.5 |
| Hex | 4 | FC | EC | 62 | 0 | 6 | 1 | B0 | 62 | 32 |
| Octal | 4 | 374 | 354 | 142 | 0 | 6 | 1 | 260 | 142 | 62 |
| Binary | 100 | 11111100 | 11101100 | 1100010 | 0 | 110 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #04FCEC
Complementary color
Monochromatic Colors of #04FCEC
Black with #04FCEC
Text Example
Text Example
White with #04FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCEC; }
p { color: rgb(4,252,236); }
H1.HeaderClassName
{
color: #04FCEC;
}
.AnyTagClassName
{
color: #04FCEC;
}
</style>
background-color css
<style>
a { background-color: #04FCEC; }
a { background-color: rgb(4,252,236); }
div.DivClassName
{
background-color: #04FCEC;
}
.BgClassName
{
background-color: #04FCEC;
}
</style>
border-color css
<style>
span { border-color: #04FCEC; }
span { border-color: rgb(4,252,236); }
td.TdClassName
{
border-color: #04FCEC;
}
.TagClassName
{
border-color: #04FCEC;
}
</style>