Shades of Aqua #04FEFD
Tints of Aqua #04FEFD
RGB
CMYK
RGB Variations
Color information
#04FEFD (or 0x04FEFD) is known color: Aqua. HEX triplet: 04, FE and FD. RGB value is (4,254,253). Sum of RGB (Red+Green+Blue) = 4+254+253=511 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.78% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #04FEFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FEFD is #FB0102. Grayscale: #B2B2B2. Windows color (decimal): -16449795 or 16645636. OLE color: 16645636.
HSL color Cylindrical-coordinate representation of color #04FEFD: hue angle of 179.76º 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 #04FEFD is Cyan = 0.98, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 254 | 253 | - |
| CMYK | 0.98 | 0 | 0.00 | 0.00 |
| HSL | 179.76º | 0.99% | 0.51% | - |
| HSV(B) | 179.76º | 0.98% | 1% | - |
| XYZ | 53.22 | 78 | 105.18 | - |
| YUV | 179.14 | 169.68 | 3.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 254 | 253 | 0.98 | 0 | 0.00 | 0.00 | 179.76 | 0.99 | 0.51 |
| Hex | 4 | FE | FD | 62 | 0 | 0 | 0 | B4 | 63 | 33 |
| Octal | 4 | 376 | 375 | 142 | 0 | 0 | 0 | 264 | 143 | 63 |
| Binary | 100 | 11111110 | 11111101 | 1100010 | 0 | 0 | 0 | 10110100 | 1100011 | 110011 |
Color Harmonies of #04FEFD
Complementary color
Monochromatic Colors of #04FEFD
Black with #04FEFD
Text Example
Text Example
White with #04FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FEFD; }
p { color: rgb(4,254,253); }
H1.HeaderClassName
{
color: #04FEFD;
}
.AnyTagClassName
{
color: #04FEFD;
}
</style>
background-color css
<style>
a { background-color: #04FEFD; }
a { background-color: rgb(4,254,253); }
div.DivClassName
{
background-color: #04FEFD;
}
.BgClassName
{
background-color: #04FEFD;
}
</style>
border-color css
<style>
span { border-color: #04FEFD; }
span { border-color: rgb(4,254,253); }
td.TdClassName
{
border-color: #04FEFD;
}
.TagClassName
{
border-color: #04FEFD;
}
</style>