Shades of Pale Turquoise #A1ECEB
Tints of Pale Turquoise #A1ECEB
RGB
CMYK
RGB Variations
Color information
#A1ECEB (or 0xA1ECEB) is known color: Pale Turquoise. HEX triplet: A1, EC and EB. RGB value is (161,236,235). Sum of RGB (Red+Green+Blue) = 161+236+235=632 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.47% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECEB is #5E1314. Grayscale: #D5D5D5. Windows color (decimal): -6165269 or 15461537. OLE color: 15461537.
HSL color Cylindrical-coordinate representation of color #A1ECEB: hue angle of 179.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECEB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 235 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.07 |
| HSL | 179.2º | 0.66% | 0.78% | - |
| HSV(B) | 179.2º | 0.32% | 0.93% | - |
| XYZ | 59.69 | 73.57 | 89.65 | - |
| YUV | 213.46 | 140.15 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 235 | 0.32 | 0 | 0.00 | 0.07 | 179.2 | 0.66 | 0.78 |
| Hex | A1 | EC | EB | 20 | 0 | 0 | 7 | B3 | 42 | 4E |
| Octal | 241 | 354 | 353 | 40 | 0 | 0 | 7 | 263 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11101011 | 100000 | 0 | 0 | 111 | 10110011 | 1000010 | 1001110 |
Color Harmonies of #A1ECEB
Complementary color
Monochromatic Colors of #A1ECEB
Black with #A1ECEB
Text Example
Text Example
White with #A1ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECEB; }
p { color: rgb(161,236,235); }
H1.HeaderClassName
{
color: #A1ECEB;
}
.AnyTagClassName
{
color: #A1ECEB;
}
</style>
background-color css
<style>
a { background-color: #A1ECEB; }
a { background-color: rgb(161,236,235); }
div.DivClassName
{
background-color: #A1ECEB;
}
.BgClassName
{
background-color: #A1ECEB;
}
</style>
border-color css
<style>
span { border-color: #A1ECEB; }
span { border-color: rgb(161,236,235); }
td.TdClassName
{
border-color: #A1ECEB;
}
.TagClassName
{
border-color: #A1ECEB;
}
</style>