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