Shades of Aqua #04FCEB
Tints of Aqua #04FCEB
RGB
CMYK
RGB Variations
Color information
#04FCEB (or 0x04FCEB) is known color: Aqua. HEX triplet: 04, FC and EB. RGB value is (4,252,235). Sum of RGB (Red+Green+Blue) = 4+252+235=491 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCEB is #FB0314. Grayscale: #AFAFAF. Windows color (decimal): -16450325 or 15465476. OLE color: 15465476.
HSL color Cylindrical-coordinate representation of color #04FCEB: hue angle of 175.89º 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 #04FCEB is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 235 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.01 |
| HSL | 175.89º | 0.98% | 0.5% | - |
| HSV(B) | 175.89º | 0.98% | 0.99% | - |
| XYZ | 49.86 | 75.64 | 90.57 | - |
| YUV | 175.91 | 161.34 | 5.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 235 | 0.98 | 0 | 0.07 | 0.01 | 175.89 | 0.98 | 0.5 |
| Hex | 4 | FC | EB | 62 | 0 | 7 | 1 | B0 | 62 | 32 |
| Octal | 4 | 374 | 353 | 142 | 0 | 7 | 1 | 260 | 142 | 62 |
| Binary | 100 | 11111100 | 11101011 | 1100010 | 0 | 111 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #04FCEB
Complementary color
Monochromatic Colors of #04FCEB
Black with #04FCEB
Text Example
Text Example
White with #04FCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCEB; }
p { color: rgb(4,252,235); }
H1.HeaderClassName
{
color: #04FCEB;
}
.AnyTagClassName
{
color: #04FCEB;
}
</style>
background-color css
<style>
a { background-color: #04FCEB; }
a { background-color: rgb(4,252,235); }
div.DivClassName
{
background-color: #04FCEB;
}
.BgClassName
{
background-color: #04FCEB;
}
</style>
border-color css
<style>
span { border-color: #04FCEB; }
span { border-color: rgb(4,252,235); }
td.TdClassName
{
border-color: #04FCEB;
}
.TagClassName
{
border-color: #04FCEB;
}
</style>