Shades of Pale Turquoise #A1E6E1
Tints of Pale Turquoise #A1E6E1
RGB
CMYK
RGB Variations
Color information
#A1E6E1 (or 0xA1E6E1) is known color: Pale Turquoise. HEX triplet: A1, E6 and E1. RGB value is (161,230,225). Sum of RGB (Red+Green+Blue) = 161+230+225=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6E1 is #5E191E. Grayscale: #D0D0D0. Windows color (decimal): -6166815 or 14804641. OLE color: 14804641.
HSL color Cylindrical-coordinate representation of color #A1E6E1: hue angle of 175.65º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6E1 is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 225 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.10 |
| HSL | 175.65º | 0.58% | 0.77% | - |
| HSV(B) | 175.65º | 0.3% | 0.9% | - |
| XYZ | 56.59 | 69.61 | 81.69 | - |
| YUV | 208.8 | 137.14 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 225 | 0.3 | 0 | 0.02 | 0.10 | 175.65 | 0.58 | 0.77 |
| Hex | A1 | E6 | E1 | 1E | 0 | 2 | A | B0 | 3A | 4D |
| Octal | 241 | 346 | 341 | 36 | 0 | 2 | 12 | 260 | 72 | 115 |
| Binary | 10100001 | 11100110 | 11100001 | 11110 | 0 | 10 | 1010 | 10110000 | 111010 | 1001101 |
Color Harmonies of #A1E6E1
Complementary color
Monochromatic Colors of #A1E6E1
Black with #A1E6E1
Text Example
Text Example
White with #A1E6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6E1; }
p { color: rgb(161,230,225); }
H1.HeaderClassName
{
color: #A1E6E1;
}
.AnyTagClassName
{
color: #A1E6E1;
}
</style>
background-color css
<style>
a { background-color: #A1E6E1; }
a { background-color: rgb(161,230,225); }
div.DivClassName
{
background-color: #A1E6E1;
}
.BgClassName
{
background-color: #A1E6E1;
}
</style>
border-color css
<style>
span { border-color: #A1E6E1; }
span { border-color: rgb(161,230,225); }
td.TdClassName
{
border-color: #A1E6E1;
}
.TagClassName
{
border-color: #A1E6E1;
}
</style>