Shades of Pale Turquoise #A1FBFF
Tints of Pale Turquoise #A1FBFF
RGB
CMYK
RGB Variations
Color information
#A1FBFF (or 0xA1FBFF) is known color: Pale Turquoise. HEX triplet: A1, FB and FF. RGB value is (161,251,255). Sum of RGB (Red+Green+Blue) = 161+251+255=667 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.14% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FBFF is #5E0400. Grayscale: #E0E0E0. Windows color (decimal): -6161409 or 16776097. OLE color: 16776097.
HSL color Cylindrical-coordinate representation of color #A1FBFF: hue angle of 182.55º 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 #A1FBFF is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 251 | 255 | - |
| CMYK | 0.37 | 0.02 | 0 | 0 |
| HSL | 182.55º | 1% | 0.82% | - |
| HSV(B) | 182.55º | 0.37% | 1% | - |
| XYZ | 67.25 | 83.79 | 107.24 | - |
| YUV | 224.55 | 145.18 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 255 | 0.37 | 0.02 | 0 | 0 | 182.55 | 1 | 0.82 |
| Hex | A1 | FB | FF | 25 | 2 | 0 | 0 | B7 | 64 | 52 |
| Octal | 241 | 373 | 377 | 45 | 2 | 0 | 0 | 267 | 144 | 122 |
| Binary | 10100001 | 11111011 | 11111111 | 100101 | 10 | 0 | 0 | 10110111 | 1100100 | 1010010 |
Color Harmonies of #A1FBFF
Complementary color
Monochromatic Colors of #A1FBFF
Black with #A1FBFF
Text Example
Text Example
White with #A1FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBFF; }
p { color: rgb(161,251,255); }
H1.HeaderClassName
{
color: #A1FBFF;
}
.AnyTagClassName
{
color: #A1FBFF;
}
</style>
background-color css
<style>
a { background-color: #A1FBFF; }
a { background-color: rgb(161,251,255); }
div.DivClassName
{
background-color: #A1FBFF;
}
.BgClassName
{
background-color: #A1FBFF;
}
</style>
border-color css
<style>
span { border-color: #A1FBFF; }
span { border-color: rgb(161,251,255); }
td.TdClassName
{
border-color: #A1FBFF;
}
.TagClassName
{
border-color: #A1FBFF;
}
</style>