Shades of Pale Turquoise #A1FCFF
Tints of Pale Turquoise #A1FCFF
RGB
CMYK
RGB Variations
Color information
#A1FCFF (or 0xA1FCFF) is known color: Pale Turquoise. HEX triplet: A1, FC and FF. RGB value is (161,252,255). Sum of RGB (Red+Green+Blue) = 161+252+255=668 (88% of max value = 765). Red value is 161 (63.28% from 255 or 24.10% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FCFF is #5E0300. Grayscale: #E1E1E1. Windows color (decimal): -6161153 or 16776353. OLE color: 16776353.
HSL color Cylindrical-coordinate representation of color #A1FCFF: hue angle of 181.91º 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 #A1FCFF is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 252 | 255 | - |
| CMYK | 0.37 | 0.01 | 0 | 0 |
| HSL | 181.91º | 1% | 0.82% | - |
| HSV(B) | 181.91º | 0.37% | 1% | - |
| XYZ | 67.56 | 84.42 | 107.34 | - |
| YUV | 225.13 | 144.85 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 255 | 0.37 | 0.01 | 0 | 0 | 181.91 | 1 | 0.82 |
| Hex | A1 | FC | FF | 25 | 1 | 0 | 0 | B6 | 64 | 52 |
| Octal | 241 | 374 | 377 | 45 | 1 | 0 | 0 | 266 | 144 | 122 |
| Binary | 10100001 | 11111100 | 11111111 | 100101 | 1 | 0 | 0 | 10110110 | 1100100 | 1010010 |
Color Harmonies of #A1FCFF
Complementary color
Monochromatic Colors of #A1FCFF
Black with #A1FCFF
Text Example
Text Example
White with #A1FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCFF; }
p { color: rgb(161,252,255); }
H1.HeaderClassName
{
color: #A1FCFF;
}
.AnyTagClassName
{
color: #A1FCFF;
}
</style>
background-color css
<style>
a { background-color: #A1FCFF; }
a { background-color: rgb(161,252,255); }
div.DivClassName
{
background-color: #A1FCFF;
}
.BgClassName
{
background-color: #A1FCFF;
}
</style>
border-color css
<style>
span { border-color: #A1FCFF; }
span { border-color: rgb(161,252,255); }
td.TdClassName
{
border-color: #A1FCFF;
}
.TagClassName
{
border-color: #A1FCFF;
}
</style>