Shades of Pale Turquoise #A2FFF1
Tints of Pale Turquoise #A2FFF1
RGB
CMYK
RGB Variations
Color information
#A2FFF1 (or 0xA2FFF1) is known color: Pale Turquoise. HEX triplet: A2, FF and F1. RGB value is (162,255,241). Sum of RGB (Red+Green+Blue) = 162+255+241=658 (87% of max value = 765). Red value is 162 (63.67% from 255 or 24.62% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFF1 is #5D000E. Grayscale: #E1E1E1. Windows color (decimal): -6094863 or 15859618. OLE color: 15859618.
HSL color Cylindrical-coordinate representation of color #A2FFF1: hue angle of 170.97º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFF1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 241 | - |
| CMYK | 0.36 | 0 | 0.05 | 0 |
| HSL | 170.97º | 1% | 0.82% | - |
| HSV(B) | 170.97º | 0.36% | 1% | - |
| XYZ | 66.54 | 85.55 | 96.23 | - |
| YUV | 225.6 | 136.69 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 241 | 0.36 | 0 | 0.05 | 0 | 170.97 | 1 | 0.82 |
| Hex | A2 | FF | F1 | 24 | 0 | 5 | 0 | AB | 64 | 52 |
| Octal | 242 | 377 | 361 | 44 | 0 | 5 | 0 | 253 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11110001 | 100100 | 0 | 101 | 0 | 10101011 | 1100100 | 1010010 |
Color Harmonies of #A2FFF1
Complementary color
Monochromatic Colors of #A2FFF1
Black with #A2FFF1
Text Example
Text Example
White with #A2FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFF1; }
p { color: rgb(162,255,241); }
H1.HeaderClassName
{
color: #A2FFF1;
}
.AnyTagClassName
{
color: #A2FFF1;
}
</style>
background-color css
<style>
a { background-color: #A2FFF1; }
a { background-color: rgb(162,255,241); }
div.DivClassName
{
background-color: #A2FFF1;
}
.BgClassName
{
background-color: #A2FFF1;
}
</style>
border-color css
<style>
span { border-color: #A2FFF1; }
span { border-color: rgb(162,255,241); }
td.TdClassName
{
border-color: #A2FFF1;
}
.TagClassName
{
border-color: #A2FFF1;
}
</style>