Shades of Aqua #04FCEA
Tints of Aqua #04FCEA
RGB
CMYK
RGB Variations
Color information
#04FCEA (or 0x04FCEA) is known color: Aqua. HEX triplet: 04, FC and EA. RGB value is (4,252,234). Sum of RGB (Red+Green+Blue) = 4+252+234=490 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCEA is #FB0315. Grayscale: #AFAFAF. Windows color (decimal): -16450326 or 15399940. OLE color: 15399940.
HSL color Cylindrical-coordinate representation of color #04FCEA: hue angle of 175.65º 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 #04FCEA is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 234 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.01 |
| HSL | 175.65º | 0.98% | 0.5% | - |
| HSV(B) | 175.65º | 0.98% | 0.99% | - |
| XYZ | 49.71 | 75.59 | 89.81 | - |
| YUV | 175.8 | 160.84 | 5.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 234 | 0.98 | 0 | 0.07 | 0.01 | 175.65 | 0.98 | 0.5 |
| Hex | 4 | FC | EA | 62 | 0 | 7 | 1 | B0 | 62 | 32 |
| Octal | 4 | 374 | 352 | 142 | 0 | 7 | 1 | 260 | 142 | 62 |
| Binary | 100 | 11111100 | 11101010 | 1100010 | 0 | 111 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #04FCEA
Complementary color
Monochromatic Colors of #04FCEA
Black with #04FCEA
Text Example
Text Example
White with #04FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCEA; }
p { color: rgb(4,252,234); }
H1.HeaderClassName
{
color: #04FCEA;
}
.AnyTagClassName
{
color: #04FCEA;
}
</style>
background-color css
<style>
a { background-color: #04FCEA; }
a { background-color: rgb(4,252,234); }
div.DivClassName
{
background-color: #04FCEA;
}
.BgClassName
{
background-color: #04FCEA;
}
</style>
border-color css
<style>
span { border-color: #04FCEA; }
span { border-color: rgb(4,252,234); }
td.TdClassName
{
border-color: #04FCEA;
}
.TagClassName
{
border-color: #04FCEA;
}
</style>