Shades of Aqua #04FDEC
Tints of Aqua #04FDEC
RGB
CMYK
RGB Variations
Color information
#04FDEC (or 0x04FDEC) is known color: Aqua. HEX triplet: 04, FD and EC. RGB value is (4,253,236). Sum of RGB (Red+Green+Blue) = 4+253+236=493 (65% of max value = 765). Red value is 4 (1.95% from 255 or 0.81% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FDEC is #FB0213. Grayscale: #B0B0B0. Windows color (decimal): -16450068 or 15531268. OLE color: 15531268.
HSL color Cylindrical-coordinate representation of color #04FDEC: hue angle of 175.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FDEC is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 253 | 236 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.01 |
| HSL | 175.9º | 0.98% | 0.5% | - |
| HSV(B) | 175.9º | 0.98% | 0.99% | - |
| XYZ | 50.32 | 76.33 | 91.44 | - |
| YUV | 176.61 | 161.51 | 4.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 253 | 236 | 0.98 | 0 | 0.07 | 0.01 | 175.9 | 0.98 | 0.5 |
| Hex | 4 | FD | EC | 62 | 0 | 7 | 1 | B0 | 62 | 32 |
| Octal | 4 | 375 | 354 | 142 | 0 | 7 | 1 | 260 | 142 | 62 |
| Binary | 100 | 11111101 | 11101100 | 1100010 | 0 | 111 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #04FDEC
Complementary color
Monochromatic Colors of #04FDEC
Black with #04FDEC
Text Example
Text Example
White with #04FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FDEC; }
p { color: rgb(4,253,236); }
H1.HeaderClassName
{
color: #04FDEC;
}
.AnyTagClassName
{
color: #04FDEC;
}
</style>
background-color css
<style>
a { background-color: #04FDEC; }
a { background-color: rgb(4,253,236); }
div.DivClassName
{
background-color: #04FDEC;
}
.BgClassName
{
background-color: #04FDEC;
}
</style>
border-color css
<style>
span { border-color: #04FDEC; }
span { border-color: rgb(4,253,236); }
td.TdClassName
{
border-color: #04FDEC;
}
.TagClassName
{
border-color: #04FDEC;
}
</style>