Shades of Pale Turquoise #A1ECEC
Tints of Pale Turquoise #A1ECEC
RGB
CMYK
RGB Variations
Color information
#A1ECEC (or 0xA1ECEC) is known color: Pale Turquoise. HEX triplet: A1, EC and EC. RGB value is (161,236,236). Sum of RGB (Red+Green+Blue) = 161+236+236=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #A1ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECEC is #5E1313. Grayscale: #D5D5D5. Windows color (decimal): -6165268 or 15527073. OLE color: 15527073.
HSL color Cylindrical-coordinate representation of color #A1ECEC: hue angle of 180º 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 #A1ECEC is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 236 | - |
| CMYK | 0.32 | 0 | 0 | 0.07 |
| HSL | 180º | 0.66% | 0.78% | - |
| HSV(B) | 180º | 0.32% | 0.93% | - |
| XYZ | 59.83 | 73.62 | 90.41 | - |
| YUV | 213.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 236 | 0.32 | 0 | 0 | 0.07 | 180 | 0.66 | 0.78 |
| Hex | A1 | EC | EC | 20 | 0 | 0 | 7 | B4 | 42 | 4E |
| Octal | 241 | 354 | 354 | 40 | 0 | 0 | 7 | 264 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11101100 | 100000 | 0 | 0 | 111 | 10110100 | 1000010 | 1001110 |
Color Harmonies of #A1ECEC
Complementary color
Monochromatic Colors of #A1ECEC
Black with #A1ECEC
Text Example
Text Example
White with #A1ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECEC; }
p { color: rgb(161,236,236); }
H1.HeaderClassName
{
color: #A1ECEC;
}
.AnyTagClassName
{
color: #A1ECEC;
}
</style>
background-color css
<style>
a { background-color: #A1ECEC; }
a { background-color: rgb(161,236,236); }
div.DivClassName
{
background-color: #A1ECEC;
}
.BgClassName
{
background-color: #A1ECEC;
}
</style>
border-color css
<style>
span { border-color: #A1ECEC; }
span { border-color: rgb(161,236,236); }
td.TdClassName
{
border-color: #A1ECEC;
}
.TagClassName
{
border-color: #A1ECEC;
}
</style>