Shades of Aqua #04FCFD
Tints of Aqua #04FCFD
RGB
CMYK
RGB Variations
Color information
#04FCFD (or 0x04FCFD) is known color: Aqua. HEX triplet: 04, FC and FD. RGB value is (4,252,253). Sum of RGB (Red+Green+Blue) = 4+252+253=509 (67% of max value = 765). Red value is 4 (1.95% from 255 or 0.79% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #04FCFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04FCFD is #FB0302. Grayscale: #B1B1B1. Windows color (decimal): -16450307 or 16645124. OLE color: 16645124.
HSL color Cylindrical-coordinate representation of color #04FCFD: hue angle of 180.24º 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 #04FCFD is Cyan = 0.98, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 252 | 253 | - |
| CMYK | 0.98 | 0.00 | 0 | 0.01 |
| HSL | 180.24º | 0.98% | 0.5% | - |
| HSV(B) | 180.24º | 0.98% | 0.99% | - |
| XYZ | 52.59 | 76.74 | 104.97 | - |
| YUV | 177.96 | 170.34 | 3.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 252 | 253 | 0.98 | 0.00 | 0 | 0.01 | 180.24 | 0.98 | 0.5 |
| Hex | 4 | FC | FD | 62 | 0 | 0 | 1 | B4 | 62 | 32 |
| Octal | 4 | 374 | 375 | 142 | 0 | 0 | 1 | 264 | 142 | 62 |
| Binary | 100 | 11111100 | 11111101 | 1100010 | 0 | 0 | 1 | 10110100 | 1100010 | 110010 |
Color Harmonies of #04FCFD
Complementary color
Monochromatic Colors of #04FCFD
Black with #04FCFD
Text Example
Text Example
White with #04FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04FCFD; }
p { color: rgb(4,252,253); }
H1.HeaderClassName
{
color: #04FCFD;
}
.AnyTagClassName
{
color: #04FCFD;
}
</style>
background-color css
<style>
a { background-color: #04FCFD; }
a { background-color: rgb(4,252,253); }
div.DivClassName
{
background-color: #04FCFD;
}
.BgClassName
{
background-color: #04FCFD;
}
</style>
border-color css
<style>
span { border-color: #04FCFD; }
span { border-color: rgb(4,252,253); }
td.TdClassName
{
border-color: #04FCFD;
}
.TagClassName
{
border-color: #04FCFD;
}
</style>