Shades of Aqua #04FEFE
Tints of Aqua #04FEFE
RGB
CMYK
RGB Variations
Color information
#04FEFE (or 0x04FEFE) is known color: Aqua. HEX triplet: 04, FE and FE. RGB value is (4,254,254). Sum of RGB (Red+Green+Blue) = 4+254+254=512 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #04FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEFE is #FB0101. Grayscale: #B2B2B2. Windows color (decimal): -16449794 or 16711172. OLE color: 16711172.
HSL color Cylindrical-coordinate representation of color #04FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FEFE is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 254 | - |
| CMYK | 0.98 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.51% | - |
| HSV(B) | 180º | 0.98% | 1% | - |
| XYZ | 53.38 | 78.07 | 106.02 | - |
| YUV | 179.25 | 170.18 | 3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 254 | 0.98 | 0 | 0 | 0.00 | 180 | 0.99 | 0.51 |
| Hex | 4 | FE | FE | 62 | 0 | 0 | 0 | B4 | 63 | 33 |
| Octal | 4 | 376 | 376 | 142 | 0 | 0 | 0 | 264 | 143 | 63 |
| Binary | 100 | 11111110 | 11111110 | 1100010 | 0 | 0 | 0 | 10110100 | 1100011 | 110011 |
Color Harmonies of #04FEFE
Complementary color
Monochromatic Colors of #04FEFE
Black with #04FEFE
Text Example
Text Example
White with #04FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEFE; }
p { color: rgb(4,254,254); }
H1.HeaderClassName
{
color: #04FEFE;
}
.AnyTagClassName
{
color: #04FEFE;
}
</style>
background-color css
<style>
a { background-color: #04FEFE; }
a { background-color: rgb(4,254,254); }
div.DivClassName
{
background-color: #04FEFE;
}
.BgClassName
{
background-color: #04FEFE;
}
</style>
border-color css
<style>
span { border-color: #04FEFE; }
span { border-color: rgb(4,254,254); }
td.TdClassName
{
border-color: #04FEFE;
}
.TagClassName
{
border-color: #04FEFE;
}
</style>