Shades of Pale Turquoise #A1FEFF
Tints of Pale Turquoise #A1FEFF
RGB
CMYK
RGB Variations
Color information
#A1FEFF (or 0xA1FEFF) is known color: Pale Turquoise. HEX triplet: A1, FE and FF. RGB value is (161,254,255). Sum of RGB (Red+Green+Blue) = 161+254+255=670 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.03% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEFF is #5E0100. Grayscale: #E2E2E2. Windows color (decimal): -6160641 or 16776865. OLE color: 16776865.
HSL color Cylindrical-coordinate representation of color #A1FEFF: hue angle of 180.64º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEFF is Cyan = 0.37, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 254 | 255 | - |
| CMYK | 0.37 | 0.00 | 0 | 0 |
| HSL | 180.64º | 1% | 0.82% | - |
| HSV(B) | 180.64º | 0.37% | 1% | - |
| XYZ | 68.19 | 85.68 | 107.55 | - |
| YUV | 226.31 | 144.19 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 255 | 0.37 | 0.00 | 0 | 0 | 180.64 | 1 | 0.82 |
| Hex | A1 | FE | FF | 25 | 0 | 0 | 0 | B5 | 64 | 52 |
| Octal | 241 | 376 | 377 | 45 | 0 | 0 | 0 | 265 | 144 | 122 |
| Binary | 10100001 | 11111110 | 11111111 | 100101 | 0 | 0 | 0 | 10110101 | 1100100 | 1010010 |
Color Harmonies of #A1FEFF
Complementary color
Monochromatic Colors of #A1FEFF
Black with #A1FEFF
Text Example
Text Example
White with #A1FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEFF; }
p { color: rgb(161,254,255); }
H1.HeaderClassName
{
color: #A1FEFF;
}
.AnyTagClassName
{
color: #A1FEFF;
}
</style>
background-color css
<style>
a { background-color: #A1FEFF; }
a { background-color: rgb(161,254,255); }
div.DivClassName
{
background-color: #A1FEFF;
}
.BgClassName
{
background-color: #A1FEFF;
}
</style>
border-color css
<style>
span { border-color: #A1FEFF; }
span { border-color: rgb(161,254,255); }
td.TdClassName
{
border-color: #A1FEFF;
}
.TagClassName
{
border-color: #A1FEFF;
}
</style>