Shades of Pale Turquoise #A1FFEA
Tints of Pale Turquoise #A1FFEA
RGB
CMYK
RGB Variations
Color information
#A1FFEA (or 0xA1FFEA) is known color: Pale Turquoise. HEX triplet: A1, FF and EA. RGB value is (161,255,234). Sum of RGB (Red+Green+Blue) = 161+255+234=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFEA is #5E0015. Grayscale: #E0E0E0. Windows color (decimal): -6160406 or 15400865. OLE color: 15400865.
HSL color Cylindrical-coordinate representation of color #A1FFEA: hue angle of 166.6º 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 #A1FFEA is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 234 | - |
| CMYK | 0.37 | 0 | 0.08 | 0 |
| HSL | 166.6º | 1% | 0.82% | - |
| HSV(B) | 166.6º | 0.37% | 1% | - |
| XYZ | 65.31 | 85.04 | 90.81 | - |
| YUV | 224.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 234 | 0.37 | 0 | 0.08 | 0 | 166.6 | 1 | 0.82 |
| Hex | A1 | FF | EA | 25 | 0 | 8 | 0 | A7 | 64 | 52 |
| Octal | 241 | 377 | 352 | 45 | 0 | 10 | 0 | 247 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11101010 | 100101 | 0 | 1000 | 0 | 10100111 | 1100100 | 1010010 |
Color Harmonies of #A1FFEA
Complementary color
Monochromatic Colors of #A1FFEA
Black with #A1FFEA
Text Example
Text Example
White with #A1FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFEA; }
p { color: rgb(161,255,234); }
H1.HeaderClassName
{
color: #A1FFEA;
}
.AnyTagClassName
{
color: #A1FFEA;
}
</style>
background-color css
<style>
a { background-color: #A1FFEA; }
a { background-color: rgb(161,255,234); }
div.DivClassName
{
background-color: #A1FFEA;
}
.BgClassName
{
background-color: #A1FFEA;
}
</style>
border-color css
<style>
span { border-color: #A1FFEA; }
span { border-color: rgb(161,255,234); }
td.TdClassName
{
border-color: #A1FFEA;
}
.TagClassName
{
border-color: #A1FFEA;
}
</style>