Shades of Aqua #05FCF2
Tints of Aqua #05FCF2
RGB
CMYK
RGB Variations
Color information
#05FCF2 (or 0x05FCF2) is known color: Aqua. HEX triplet: 05, FC and F2. RGB value is (5,252,242). Sum of RGB (Red+Green+Blue) = 5+252+242=499 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #05FCF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FCF2 is #FA030D. Grayscale: #B0B0B0. Windows color (decimal): -16384782 or 15924229. OLE color: 15924229.
HSL color Cylindrical-coordinate representation of color #05FCF2: hue angle of 177.57º 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 #05FCF2 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 5 | 252 | 242 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.01 |
| HSL | 177.57º | 0.98% | 0.5% | - |
| HSV(B) | 177.57º | 0.98% | 0.99% | - |
| XYZ | 50.9 | 76.06 | 96 | - |
| YUV | 177.01 | 164.67 | 5.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 252 | 242 | 0.98 | 0 | 0.04 | 0.01 | 177.57 | 0.98 | 0.5 |
| Hex | 5 | FC | F2 | 62 | 0 | 4 | 1 | B2 | 62 | 32 |
| Octal | 5 | 374 | 362 | 142 | 0 | 4 | 1 | 262 | 142 | 62 |
| Binary | 101 | 11111100 | 11110010 | 1100010 | 0 | 100 | 1 | 10110010 | 1100010 | 110010 |
Color Harmonies of #05FCF2
Complementary color
Monochromatic Colors of #05FCF2
Black with #05FCF2
Text Example
Text Example
White with #05FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FCF2; }
p { color: rgb(5,252,242); }
H1.HeaderClassName
{
color: #05FCF2;
}
.AnyTagClassName
{
color: #05FCF2;
}
</style>
background-color css
<style>
a { background-color: #05FCF2; }
a { background-color: rgb(5,252,242); }
div.DivClassName
{
background-color: #05FCF2;
}
.BgClassName
{
background-color: #05FCF2;
}
</style>
border-color css
<style>
span { border-color: #05FCF2; }
span { border-color: rgb(5,252,242); }
td.TdClassName
{
border-color: #05FCF2;
}
.TagClassName
{
border-color: #05FCF2;
}
</style>