Shades of Pale Turquoise #A1E9E3
Tints of Pale Turquoise #A1E9E3
RGB
CMYK
RGB Variations
Color information
#A1E9E3 (or 0xA1E9E3) is known color: Pale Turquoise. HEX triplet: A1, E9 and E3. RGB value is (161,233,227). Sum of RGB (Red+Green+Blue) = 161+233+227=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 227 (89.06% from 255 or 36.55% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9E3 is #5E161C. Grayscale: #D2D2D2. Windows color (decimal): -6166045 or 14936481. OLE color: 14936481.
HSL color Cylindrical-coordinate representation of color #A1E9E3: hue angle of 175º 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 #A1E9E3 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 227 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.09 |
| HSL | 175º | 0.62% | 0.77% | - |
| HSV(B) | 175º | 0.31% | 0.91% | - |
| XYZ | 57.7 | 71.4 | 83.41 | - |
| YUV | 210.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 227 | 0.31 | 0 | 0.03 | 0.09 | 175 | 0.62 | 0.77 |
| Hex | A1 | E9 | E3 | 1F | 0 | 3 | 9 | AF | 3E | 4D |
| Octal | 241 | 351 | 343 | 37 | 0 | 3 | 11 | 257 | 76 | 115 |
| Binary | 10100001 | 11101001 | 11100011 | 11111 | 0 | 11 | 1001 | 10101111 | 111110 | 1001101 |
Color Harmonies of #A1E9E3
Complementary color
Monochromatic Colors of #A1E9E3
Black with #A1E9E3
Text Example
Text Example
White with #A1E9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9E3; }
p { color: rgb(161,233,227); }
H1.HeaderClassName
{
color: #A1E9E3;
}
.AnyTagClassName
{
color: #A1E9E3;
}
</style>
background-color css
<style>
a { background-color: #A1E9E3; }
a { background-color: rgb(161,233,227); }
div.DivClassName
{
background-color: #A1E9E3;
}
.BgClassName
{
background-color: #A1E9E3;
}
</style>
border-color css
<style>
span { border-color: #A1E9E3; }
span { border-color: rgb(161,233,227); }
td.TdClassName
{
border-color: #A1E9E3;
}
.TagClassName
{
border-color: #A1E9E3;
}
</style>