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