Shades of Pale Turquoise #A1ECE9
Tints of Pale Turquoise #A1ECE9
RGB
CMYK
RGB Variations
Color information
#A1ECE9 (or 0xA1ECE9) is known color: Pale Turquoise. HEX triplet: A1, EC and E9. RGB value is (161,236,233). Sum of RGB (Red+Green+Blue) = 161+236+233=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECE9 is #5E1316. Grayscale: #D5D5D5. Windows color (decimal): -6165271 or 15330465. OLE color: 15330465.
HSL color Cylindrical-coordinate representation of color #A1ECE9: hue angle of 177.6º 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 #A1ECE9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 233 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.07 |
| HSL | 177.6º | 0.66% | 0.78% | - |
| HSV(B) | 177.6º | 0.32% | 0.93% | - |
| XYZ | 59.4 | 73.45 | 88.14 | - |
| YUV | 213.23 | 139.15 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 233 | 0.32 | 0 | 0.01 | 0.07 | 177.6 | 0.66 | 0.78 |
| Hex | A1 | EC | E9 | 20 | 0 | 1 | 7 | B2 | 42 | 4E |
| Octal | 241 | 354 | 351 | 40 | 0 | 1 | 7 | 262 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11101001 | 100000 | 0 | 1 | 111 | 10110010 | 1000010 | 1001110 |
Color Harmonies of #A1ECE9
Complementary color
Monochromatic Colors of #A1ECE9
Black with #A1ECE9
Text Example
Text Example
White with #A1ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECE9; }
p { color: rgb(161,236,233); }
H1.HeaderClassName
{
color: #A1ECE9;
}
.AnyTagClassName
{
color: #A1ECE9;
}
</style>
background-color css
<style>
a { background-color: #A1ECE9; }
a { background-color: rgb(161,236,233); }
div.DivClassName
{
background-color: #A1ECE9;
}
.BgClassName
{
background-color: #A1ECE9;
}
</style>
border-color css
<style>
span { border-color: #A1ECE9; }
span { border-color: rgb(161,236,233); }
td.TdClassName
{
border-color: #A1ECE9;
}
.TagClassName
{
border-color: #A1ECE9;
}
</style>