Shades of Aqua #05FFFF
Tints of Aqua #05FFFF
RGB
CMYK
RGB Variations
Color information
#05FFFF (or 0x05FFFF) is known color: Aqua. HEX triplet: 05, FF and FF. RGB value is (5,255,255). Sum of RGB (Red+Green+Blue) = 5+255+255=515 (68% of max value = 765). Red value is 5 (2.34% from 255 or 0.97% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #05FFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05FFFF is #FA0000. Grayscale: #B4B4B4. Windows color (decimal): -16384001 or 16776965. OLE color: 16776965.
HSL color Cylindrical-coordinate representation of color #05FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05FFFF is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 5 | 255 | 255 | - |
| CMYK | 0.98 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.51% | - |
| HSV(B) | 180º | 0.98% | 1% | - |
| XYZ | 53.87 | 78.77 | 106.97 | - |
| YUV | 180.25 | 170.18 | 3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 255 | 255 | 0.98 | 0 | 0 | 0 | 180 | 1 | 0.51 |
| Hex | 5 | FF | FF | 62 | 0 | 0 | 0 | B4 | 64 | 33 |
| Octal | 5 | 377 | 377 | 142 | 0 | 0 | 0 | 264 | 144 | 63 |
| Binary | 101 | 11111111 | 11111111 | 1100010 | 0 | 0 | 0 | 10110100 | 1100100 | 110011 |
Color Harmonies of #05FFFF
Complementary color
Monochromatic Colors of #05FFFF
Black with #05FFFF
Text Example
Text Example
White with #05FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05FFFF; }
p { color: rgb(5,255,255); }
H1.HeaderClassName
{
color: #05FFFF;
}
.AnyTagClassName
{
color: #05FFFF;
}
</style>
background-color css
<style>
a { background-color: #05FFFF; }
a { background-color: rgb(5,255,255); }
div.DivClassName
{
background-color: #05FFFF;
}
.BgClassName
{
background-color: #05FFFF;
}
</style>
border-color css
<style>
span { border-color: #05FFFF; }
span { border-color: rgb(5,255,255); }
td.TdClassName
{
border-color: #05FFFF;
}
.TagClassName
{
border-color: #05FFFF;
}
</style>