Shades of Aqua #04FEFF
Tints of Aqua #04FEFF
RGB
CMYK
RGB Variations
Color information
#04FEFF (or 0x04FEFF) is known color: Aqua. HEX triplet: 04, FE and FF. RGB value is (4,254,255). Sum of RGB (Red+Green+Blue) = 4+254+255=513 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #04FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEFF is #FB0100. Grayscale: #B3B3B3. Windows color (decimal): -16449793 or 16776708. OLE color: 16776708.
HSL color Cylindrical-coordinate representation of color #04FEFF: hue angle of 180.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FEFF is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 254 | 255 | - |
| CMYK | 0.98 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.51% | - |
| HSV(B) | 180.24º | 0.98% | 1% | - |
| XYZ | 53.54 | 78.13 | 106.87 | - |
| YUV | 179.36 | 170.68 | 2.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 255 | 0.98 | 0.00 | 0 | 0 | 180.24 | 1 | 0.51 |
| Hex | 4 | FE | FF | 62 | 0 | 0 | 0 | B4 | 64 | 33 |
| Octal | 4 | 376 | 377 | 142 | 0 | 0 | 0 | 264 | 144 | 63 |
| Binary | 100 | 11111110 | 11111111 | 1100010 | 0 | 0 | 0 | 10110100 | 1100100 | 110011 |
Color Harmonies of #04FEFF
Complementary color
Monochromatic Colors of #04FEFF
Black with #04FEFF
Text Example
Text Example
White with #04FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEFF; }
p { color: rgb(4,254,255); }
H1.HeaderClassName
{
color: #04FEFF;
}
.AnyTagClassName
{
color: #04FEFF;
}
</style>
background-color css
<style>
a { background-color: #04FEFF; }
a { background-color: rgb(4,254,255); }
div.DivClassName
{
background-color: #04FEFF;
}
.BgClassName
{
background-color: #04FEFF;
}
</style>
border-color css
<style>
span { border-color: #04FEFF; }
span { border-color: rgb(4,254,255); }
td.TdClassName
{
border-color: #04FEFF;
}
.TagClassName
{
border-color: #04FEFF;
}
</style>