Shades of Aqua #04F0FA
Tints of Aqua #04F0FA
RGB
CMYK
RGB Variations
Color information
#04F0FA (or 0x04F0FA) is known color: Aqua. HEX triplet: 04, F0 and FA. RGB value is (4,240,250). Sum of RGB (Red+Green+Blue) = 4+240+250=494 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #04F0FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04F0FA is #FB0F05. Grayscale: #AAAAAA. Windows color (decimal): -16453382 or 16445444. OLE color: 16445444.
HSL color Cylindrical-coordinate representation of color #04F0FA: hue angle of 182.44º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F0FA is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 240 | 250 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.02 |
| HSL | 182.44º | 0.97% | 0.5% | - |
| HSV(B) | 182.44º | 0.98% | 0.98% | - |
| XYZ | 48.47 | 69.25 | 101.25 | - |
| YUV | 170.58 | 172.81 | 9.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 240 | 250 | 0.98 | 0.04 | 0 | 0.02 | 182.44 | 0.97 | 0.5 |
| Hex | 4 | F0 | FA | 62 | 4 | 0 | 2 | B6 | 61 | 32 |
| Octal | 4 | 360 | 372 | 142 | 4 | 0 | 2 | 266 | 141 | 62 |
| Binary | 100 | 11110000 | 11111010 | 1100010 | 100 | 0 | 10 | 10110110 | 1100001 | 110010 |
Color Harmonies of #04F0FA
Complementary color
Monochromatic Colors of #04F0FA
Black with #04F0FA
Text Example
Text Example
White with #04F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04F0FA; }
p { color: rgb(4,240,250); }
H1.HeaderClassName
{
color: #04F0FA;
}
.AnyTagClassName
{
color: #04F0FA;
}
</style>
background-color css
<style>
a { background-color: #04F0FA; }
a { background-color: rgb(4,240,250); }
div.DivClassName
{
background-color: #04F0FA;
}
.BgClassName
{
background-color: #04F0FA;
}
</style>
border-color css
<style>
span { border-color: #04F0FA; }
span { border-color: rgb(4,240,250); }
td.TdClassName
{
border-color: #04F0FA;
}
.TagClassName
{
border-color: #04F0FA;
}
</style>