Shades of Aqua #05FEFC
Tints of Aqua #05FEFC
RGB
CMYK
RGB Variations
Color information
#05FEFC (or 0x05FEFC) is known color: Aqua. HEX triplet: 05, FE and FC. RGB value is (5,254,252). Sum of RGB (Red+Green+Blue) = 5+254+252=511 (67% of max value = 765). Red value is 5 (2.34% from 255 or 0.98% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #05FEFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FEFC is #FA0103. Grayscale: #B3B3B3. Windows color (decimal): -16384260 or 16580101. OLE color: 16580101.
HSL color Cylindrical-coordinate representation of color #05FEFC: hue angle of 179.52º 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 #05FEFC is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 254 | 252 | - |
| CMYK | 0.98 | 0 | 0.01 | 0.00 |
| HSL | 179.52º | 0.99% | 0.51% | - |
| HSV(B) | 179.52º | 0.98% | 1% | - |
| XYZ | 53.08 | 77.94 | 104.34 | - |
| YUV | 179.32 | 169.01 | 3.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 254 | 252 | 0.98 | 0 | 0.01 | 0.00 | 179.52 | 0.99 | 0.51 |
| Hex | 5 | FE | FC | 62 | 0 | 1 | 0 | B4 | 63 | 33 |
| Octal | 5 | 376 | 374 | 142 | 0 | 1 | 0 | 264 | 143 | 63 |
| Binary | 101 | 11111110 | 11111100 | 1100010 | 0 | 1 | 0 | 10110100 | 1100011 | 110011 |
Color Harmonies of #05FEFC
Complementary color
Monochromatic Colors of #05FEFC
Black with #05FEFC
Text Example
Text Example
White with #05FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FEFC; }
p { color: rgb(5,254,252); }
H1.HeaderClassName
{
color: #05FEFC;
}
.AnyTagClassName
{
color: #05FEFC;
}
</style>
background-color css
<style>
a { background-color: #05FEFC; }
a { background-color: rgb(5,254,252); }
div.DivClassName
{
background-color: #05FEFC;
}
.BgClassName
{
background-color: #05FEFC;
}
</style>
border-color css
<style>
span { border-color: #05FEFC; }
span { border-color: rgb(5,254,252); }
td.TdClassName
{
border-color: #05FEFC;
}
.TagClassName
{
border-color: #05FEFC;
}
</style>