Shades of Pale Turquoise #A1FAFF
Tints of Pale Turquoise #A1FAFF
RGB
CMYK
RGB Variations
Color information
#A1FAFF (or 0xA1FAFF) is known color: Pale Turquoise. HEX triplet: A1, FA and FF. RGB value is (161,250,255). Sum of RGB (Red+Green+Blue) = 161+250+255=666 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.17% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAFF is #5E0500. Grayscale: #DFDFDF. Windows color (decimal): -6161665 or 16775841. OLE color: 16775841.
HSL color Cylindrical-coordinate representation of color #A1FAFF: hue angle of 183.19º 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 #A1FAFF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 250 | 255 | - |
| CMYK | 0.37 | 0.02 | 0 | 0 |
| HSL | 183.19º | 1% | 0.82% | - |
| HSV(B) | 183.19º | 0.37% | 1% | - |
| XYZ | 66.93 | 83.17 | 107.13 | - |
| YUV | 223.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 255 | 0.37 | 0.02 | 0 | 0 | 183.19 | 1 | 0.82 |
| Hex | A1 | FA | FF | 25 | 2 | 0 | 0 | B7 | 64 | 52 |
| Octal | 241 | 372 | 377 | 45 | 2 | 0 | 0 | 267 | 144 | 122 |
| Binary | 10100001 | 11111010 | 11111111 | 100101 | 10 | 0 | 0 | 10110111 | 1100100 | 1010010 |
Color Harmonies of #A1FAFF
Complementary color
Monochromatic Colors of #A1FAFF
Black with #A1FAFF
Text Example
Text Example
White with #A1FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAFF; }
p { color: rgb(161,250,255); }
H1.HeaderClassName
{
color: #A1FAFF;
}
.AnyTagClassName
{
color: #A1FAFF;
}
</style>
background-color css
<style>
a { background-color: #A1FAFF; }
a { background-color: rgb(161,250,255); }
div.DivClassName
{
background-color: #A1FAFF;
}
.BgClassName
{
background-color: #A1FAFF;
}
</style>
border-color css
<style>
span { border-color: #A1FAFF; }
span { border-color: rgb(161,250,255); }
td.TdClassName
{
border-color: #A1FAFF;
}
.TagClassName
{
border-color: #A1FAFF;
}
</style>