Shades of Pale Turquoise #A2FCF1
Tints of Pale Turquoise #A2FCF1
RGB
CMYK
RGB Variations
Color information
#A2FCF1 (or 0xA2FCF1) is known color: Pale Turquoise. HEX triplet: A2, FC and F1. RGB value is (162,252,241). Sum of RGB (Red+Green+Blue) = 162+252+241=655 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.73% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FCF1 is #5D030E. Grayscale: #DFDFDF. Windows color (decimal): -6095631 or 15858850. OLE color: 15858850.
HSL color Cylindrical-coordinate representation of color #A2FCF1: hue angle of 172.67º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCF1 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 241 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.01 |
| HSL | 172.67º | 0.94% | 0.81% | - |
| HSV(B) | 172.67º | 0.36% | 0.99% | - |
| XYZ | 65.59 | 83.65 | 95.91 | - |
| YUV | 223.84 | 137.68 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 241 | 0.36 | 0 | 0.04 | 0.01 | 172.67 | 0.94 | 0.81 |
| Hex | A2 | FC | F1 | 24 | 0 | 4 | 1 | AD | 5E | 51 |
| Octal | 242 | 374 | 361 | 44 | 0 | 4 | 1 | 255 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11110001 | 100100 | 0 | 100 | 1 | 10101101 | 1011110 | 1010001 |
Color Harmonies of #A2FCF1
Complementary color
Monochromatic Colors of #A2FCF1
Black with #A2FCF1
Text Example
Text Example
White with #A2FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCF1; }
p { color: rgb(162,252,241); }
H1.HeaderClassName
{
color: #A2FCF1;
}
.AnyTagClassName
{
color: #A2FCF1;
}
</style>
background-color css
<style>
a { background-color: #A2FCF1; }
a { background-color: rgb(162,252,241); }
div.DivClassName
{
background-color: #A2FCF1;
}
.BgClassName
{
background-color: #A2FCF1;
}
</style>
border-color css
<style>
span { border-color: #A2FCF1; }
span { border-color: rgb(162,252,241); }
td.TdClassName
{
border-color: #A2FCF1;
}
.TagClassName
{
border-color: #A2FCF1;
}
</style>