Shades of Aqua #01FFFF
Tints of Aqua #01FFFF
RGB
CMYK
RGB Variations
Color information
#01FFFF (or 0x01FFFF) is known color: Aqua. HEX triplet: 01, FF and FF. RGB value is (1,255,255). Sum of RGB (Red+Green+Blue) = 1+255+255=511 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #01FFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFFF is #FE0000. Grayscale: #B2B2B2. Windows color (decimal): -16646145 or 16776961. OLE color: 16776961.
HSL color Cylindrical-coordinate representation of color #01FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FFFF is Cyan = 1.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 1 | 255 | 255 | - |
CMYK | 1.00 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.5% | - |
HSV(B) | 180º | 1% | 1% | - |
XYZ | 53.82 | 78.75 | 106.97 | - |
YUV | 179.05 | 170.85 | 1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 255 | 255 | 1.00 | 0 | 0 | 0 | 180 | 1 | 0.5 |
Hex | 1 | FF | FF | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
Octal | 1 | 377 | 377 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
Binary | 1 | 11111111 | 11111111 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #01FFFF
Complementary color
Monochromatic Colors of #01FFFF
Black with #01FFFF
Text Example
Text Example
White with #01FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFFF; }
p { color: rgb(1,255,255); }
H1.HeaderClassName
{
color: #01FFFF;
}
.AnyTagClassName
{
color: #01FFFF;
}
</style>
background-color css
<style>
a { background-color: #01FFFF; }
a { background-color: rgb(1,255,255); }
div.DivClassName
{
background-color: #01FFFF;
}
.BgClassName
{
background-color: #01FFFF;
}
</style>
border-color css
<style>
span { border-color: #01FFFF; }
span { border-color: rgb(1,255,255); }
td.TdClassName
{
border-color: #01FFFF;
}
.TagClassName
{
border-color: #01FFFF;
}
</style>