Shades of Pale Turquoise #A1FFEB
Tints of Pale Turquoise #A1FFEB
RGB
CMYK
RGB Variations
Color information
#A1FFEB (or 0xA1FFEB) is known color: Pale Turquoise. HEX triplet: A1, FF and EB. RGB value is (161,255,235). Sum of RGB (Red+Green+Blue) = 161+255+235=651 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.73% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FFEB is #5E0014. Grayscale: #E0E0E0. Windows color (decimal): -6160405 or 15466401. OLE color: 15466401.
HSL color Cylindrical-coordinate representation of color #A1FFEB: hue angle of 167.23º 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 #A1FFEB is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 235 | - |
| CMYK | 0.37 | 0 | 0.08 | 0 |
| HSL | 167.23º | 1% | 0.82% | - |
| HSV(B) | 167.23º | 0.37% | 1% | - |
| XYZ | 65.45 | 85.1 | 91.57 | - |
| YUV | 224.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 235 | 0.37 | 0 | 0.08 | 0 | 167.23 | 1 | 0.82 |
| Hex | A1 | FF | EB | 25 | 0 | 8 | 0 | A7 | 64 | 52 |
| Octal | 241 | 377 | 353 | 45 | 0 | 10 | 0 | 247 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11101011 | 100101 | 0 | 1000 | 0 | 10100111 | 1100100 | 1010010 |
Color Harmonies of #A1FFEB
Complementary color
Monochromatic Colors of #A1FFEB
Black with #A1FFEB
Text Example
Text Example
White with #A1FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFEB; }
p { color: rgb(161,255,235); }
H1.HeaderClassName
{
color: #A1FFEB;
}
.AnyTagClassName
{
color: #A1FFEB;
}
</style>
background-color css
<style>
a { background-color: #A1FFEB; }
a { background-color: rgb(161,255,235); }
div.DivClassName
{
background-color: #A1FFEB;
}
.BgClassName
{
background-color: #A1FFEB;
}
</style>
border-color css
<style>
span { border-color: #A1FFEB; }
span { border-color: rgb(161,255,235); }
td.TdClassName
{
border-color: #A1FFEB;
}
.TagClassName
{
border-color: #A1FFEB;
}
</style>