Shades of Pale Turquoise #A1FAF1
Tints of Pale Turquoise #A1FAF1
RGB
CMYK
RGB Variations
Color information
#A1FAF1 (or 0xA1FAF1) is known color: Pale Turquoise. HEX triplet: A1, FA and F1. RGB value is (161,250,241). Sum of RGB (Red+Green+Blue) = 161+250+241=652 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.69% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FAF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FAF1 is #5E050E. Grayscale: #DEDEDE. Windows color (decimal): -6161679 or 15858337. OLE color: 15858337.
HSL color Cylindrical-coordinate representation of color #A1FAF1: hue angle of 173.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FAF1 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 241 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.02 |
| HSL | 173.93º | 0.9% | 0.81% | - |
| HSV(B) | 173.93º | 0.36% | 0.98% | - |
| XYZ | 64.76 | 82.3 | 95.69 | - |
| YUV | 222.36 | 138.51 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 241 | 0.36 | 0 | 0.04 | 0.02 | 173.93 | 0.9 | 0.81 |
| Hex | A1 | FA | F1 | 24 | 0 | 4 | 2 | AE | 5A | 51 |
| Octal | 241 | 372 | 361 | 44 | 0 | 4 | 2 | 256 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11110001 | 100100 | 0 | 100 | 10 | 10101110 | 1011010 | 1010001 |
Color Harmonies of #A1FAF1
Complementary color
Monochromatic Colors of #A1FAF1
Black with #A1FAF1
Text Example
Text Example
White with #A1FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FAF1; }
p { color: rgb(161,250,241); }
H1.HeaderClassName
{
color: #A1FAF1;
}
.AnyTagClassName
{
color: #A1FAF1;
}
</style>
background-color css
<style>
a { background-color: #A1FAF1; }
a { background-color: rgb(161,250,241); }
div.DivClassName
{
background-color: #A1FAF1;
}
.BgClassName
{
background-color: #A1FAF1;
}
</style>
border-color css
<style>
span { border-color: #A1FAF1; }
span { border-color: rgb(161,250,241); }
td.TdClassName
{
border-color: #A1FAF1;
}
.TagClassName
{
border-color: #A1FAF1;
}
</style>