Shades of Pale Turquoise #A1EEE5
Tints of Pale Turquoise #A1EEE5
RGB
CMYK
RGB Variations
Color information
#A1EEE5 (or 0xA1EEE5) is known color: Pale Turquoise. HEX triplet: A1, EE and E5. RGB value is (161,238,229). Sum of RGB (Red+Green+Blue) = 161+238+229=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 238 (93.36% from 255 or 37.90% from 628); Blue value is 229 (89.84% from 255 or 36.46% from 628); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEE5 is #5E111A. Grayscale: #D5D5D5. Windows color (decimal): -6164763 or 15068833. OLE color: 15068833.
HSL color Cylindrical-coordinate representation of color #A1EEE5: hue angle of 172.99º degrees, saturation: 0.69, 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 #A1EEE5 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 229 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.07 |
| HSL | 172.99º | 0.69% | 0.78% | - |
| HSV(B) | 172.99º | 0.32% | 0.93% | - |
| XYZ | 59.42 | 74.38 | 85.35 | - |
| YUV | 213.95 | 136.49 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 229 | 0.32 | 0 | 0.04 | 0.07 | 172.99 | 0.69 | 0.78 |
| Hex | A1 | EE | E5 | 20 | 0 | 4 | 7 | AD | 45 | 4E |
| Octal | 241 | 356 | 345 | 40 | 0 | 4 | 7 | 255 | 105 | 116 |
| Binary | 10100001 | 11101110 | 11100101 | 100000 | 0 | 100 | 111 | 10101101 | 1000101 | 1001110 |
Color Harmonies of #A1EEE5
Complementary color
Monochromatic Colors of #A1EEE5
Black with #A1EEE5
Text Example
Text Example
White with #A1EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEE5; }
p { color: rgb(161,238,229); }
H1.HeaderClassName
{
color: #A1EEE5;
}
.AnyTagClassName
{
color: #A1EEE5;
}
</style>
background-color css
<style>
a { background-color: #A1EEE5; }
a { background-color: rgb(161,238,229); }
div.DivClassName
{
background-color: #A1EEE5;
}
.BgClassName
{
background-color: #A1EEE5;
}
</style>
border-color css
<style>
span { border-color: #A1EEE5; }
span { border-color: rgb(161,238,229); }
td.TdClassName
{
border-color: #A1EEE5;
}
.TagClassName
{
border-color: #A1EEE5;
}
</style>