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