Shades of Pale Turquoise #A1FEEB
Tints of Pale Turquoise #A1FEEB
RGB
CMYK
RGB Variations
Color information
#A1FEEB (or 0xA1FEEB) is known color: Pale Turquoise. HEX triplet: A1, FE and EB. RGB value is (161,254,235). Sum of RGB (Red+Green+Blue) = 161+254+235=650 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.77% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1FEEB is #5E0114. Grayscale: #E0E0E0. Windows color (decimal): -6160661 or 15466145. OLE color: 15466145.
HSL color Cylindrical-coordinate representation of color #A1FEEB: hue angle of 167.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FEEB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 235 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.00 |
| HSL | 167.74º | 0.98% | 0.81% | - |
| HSV(B) | 167.74º | 0.37% | 1% | - |
| XYZ | 65.14 | 84.46 | 91.47 | - |
| YUV | 224.03 | 134.19 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 235 | 0.37 | 0 | 0.07 | 0.00 | 167.74 | 0.98 | 0.81 |
| Hex | A1 | FE | EB | 25 | 0 | 7 | 0 | A8 | 62 | 51 |
| Octal | 241 | 376 | 353 | 45 | 0 | 7 | 0 | 250 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11101011 | 100101 | 0 | 111 | 0 | 10101000 | 1100010 | 1010001 |
Color Harmonies of #A1FEEB
Complementary color
Monochromatic Colors of #A1FEEB
Black with #A1FEEB
Text Example
Text Example
White with #A1FEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEEB; }
p { color: rgb(161,254,235); }
H1.HeaderClassName
{
color: #A1FEEB;
}
.AnyTagClassName
{
color: #A1FEEB;
}
</style>
background-color css
<style>
a { background-color: #A1FEEB; }
a { background-color: rgb(161,254,235); }
div.DivClassName
{
background-color: #A1FEEB;
}
.BgClassName
{
background-color: #A1FEEB;
}
</style>
border-color css
<style>
span { border-color: #A1FEEB; }
span { border-color: rgb(161,254,235); }
td.TdClassName
{
border-color: #A1FEEB;
}
.TagClassName
{
border-color: #A1FEEB;
}
</style>