Shades of Pale Turquoise #A1E9E5
Tints of Pale Turquoise #A1E9E5
RGB
CMYK
RGB Variations
Color information
#A1E9E5 (or 0xA1E9E5) is known color: Pale Turquoise. HEX triplet: A1, E9 and E5. RGB value is (161,233,229). Sum of RGB (Red+Green+Blue) = 161+233+229=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 233 (91.41% from 255 or 37.40% from 623); Blue value is 229 (89.84% from 255 or 36.76% from 623); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9E5 is #5E161A. Grayscale: #D2D2D2. Windows color (decimal): -6166043 or 15067553. OLE color: 15067553.
HSL color Cylindrical-coordinate representation of color #A1E9E5: hue angle of 176.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9E5 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 229 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.09 |
| HSL | 176.67º | 0.62% | 0.77% | - |
| HSV(B) | 176.67º | 0.31% | 0.91% | - |
| XYZ | 57.98 | 71.51 | 84.88 | - |
| YUV | 211.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 229 | 0.31 | 0 | 0.02 | 0.09 | 176.67 | 0.62 | 0.77 |
| Hex | A1 | E9 | E5 | 1F | 0 | 2 | 9 | B1 | 3E | 4D |
| Octal | 241 | 351 | 345 | 37 | 0 | 2 | 11 | 261 | 76 | 115 |
| Binary | 10100001 | 11101001 | 11100101 | 11111 | 0 | 10 | 1001 | 10110001 | 111110 | 1001101 |
Color Harmonies of #A1E9E5
Complementary color
Monochromatic Colors of #A1E9E5
Black with #A1E9E5
Text Example
Text Example
White with #A1E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9E5; }
p { color: rgb(161,233,229); }
H1.HeaderClassName
{
color: #A1E9E5;
}
.AnyTagClassName
{
color: #A1E9E5;
}
</style>
background-color css
<style>
a { background-color: #A1E9E5; }
a { background-color: rgb(161,233,229); }
div.DivClassName
{
background-color: #A1E9E5;
}
.BgClassName
{
background-color: #A1E9E5;
}
</style>
border-color css
<style>
span { border-color: #A1E9E5; }
span { border-color: rgb(161,233,229); }
td.TdClassName
{
border-color: #A1E9E5;
}
.TagClassName
{
border-color: #A1E9E5;
}
</style>