Shades of Aqua #01FFFD
Tints of Aqua #01FFFD
RGB
CMYK
RGB Variations
Color information
#01FFFD (or 0x01FFFD) is known color: Aqua. HEX triplet: 01, FF and FD. RGB value is (1,255,253). Sum of RGB (Red+Green+Blue) = 1+255+253=509 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #01FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FFFD is #FE0002. Grayscale: #B2B2B2. Windows color (decimal): -16646147 or 16645889. OLE color: 16645889.
HSL color Cylindrical-coordinate representation of color #01FFFD: hue angle of 179.53º 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 #01FFFD is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 253 | - |
| CMYK | 1.00 | 0 | 0.01 | 0 |
| HSL | 179.53º | 1% | 0.5% | - |
| HSV(B) | 179.53º | 1% | 1% | - |
| XYZ | 53.5 | 78.62 | 105.28 | - |
| YUV | 178.83 | 169.85 | 1.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 253 | 1.00 | 0 | 0.01 | 0 | 179.53 | 1 | 0.5 |
| Hex | 1 | FF | FD | 64 | 0 | 1 | 0 | B4 | 64 | 32 |
| Octal | 1 | 377 | 375 | 144 | 0 | 1 | 0 | 264 | 144 | 62 |
| Binary | 1 | 11111111 | 11111101 | 1100100 | 0 | 1 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #01FFFD
Complementary color
Monochromatic Colors of #01FFFD
Black with #01FFFD
Text Example
Text Example
White with #01FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FFFD; }
p { color: rgb(1,255,253); }
H1.HeaderClassName
{
color: #01FFFD;
}
.AnyTagClassName
{
color: #01FFFD;
}
</style>
background-color css
<style>
a { background-color: #01FFFD; }
a { background-color: rgb(1,255,253); }
div.DivClassName
{
background-color: #01FFFD;
}
.BgClassName
{
background-color: #01FFFD;
}
</style>
border-color css
<style>
span { border-color: #01FFFD; }
span { border-color: rgb(1,255,253); }
td.TdClassName
{
border-color: #01FFFD;
}
.TagClassName
{
border-color: #01FFFD;
}
</style>