Shades of Pale Turquoise #A9E8EA
Tints of Pale Turquoise #A9E8EA
RGB
CMYK
RGB Variations
Color information
#A9E8EA (or 0xA9E8EA) is known color: Pale Turquoise. HEX triplet: A9, E8 and EA. RGB value is (169,232,234). Sum of RGB (Red+Green+Blue) = 169+232+234=635 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.61% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #A9E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E8EA is #561715. Grayscale: #D5D5D5. Windows color (decimal): -5642006 or 15394985. OLE color: 15394985.
HSL color Cylindrical-coordinate representation of color #A9E8EA: hue angle of 181.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9E8EA is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 232 | 234 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.08 |
| HSL | 181.85º | 0.61% | 0.79% | - |
| HSV(B) | 181.85º | 0.28% | 0.92% | - |
| XYZ | 60.07 | 72.09 | 88.59 | - |
| YUV | 213.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 232 | 234 | 0.28 | 0.01 | 0 | 0.08 | 181.85 | 0.61 | 0.79 |
| Hex | A9 | E8 | EA | 1C | 1 | 0 | 8 | B6 | 3D | 4F |
| Octal | 251 | 350 | 352 | 34 | 1 | 0 | 10 | 266 | 75 | 117 |
| Binary | 10101001 | 11101000 | 11101010 | 11100 | 1 | 0 | 1000 | 10110110 | 111101 | 1001111 |
Color Harmonies of #A9E8EA
Complementary color
Monochromatic Colors of #A9E8EA
Black with #A9E8EA
Text Example
Text Example
White with #A9E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E8EA; }
p { color: rgb(169,232,234); }
H1.HeaderClassName
{
color: #A9E8EA;
}
.AnyTagClassName
{
color: #A9E8EA;
}
</style>
background-color css
<style>
a { background-color: #A9E8EA; }
a { background-color: rgb(169,232,234); }
div.DivClassName
{
background-color: #A9E8EA;
}
.BgClassName
{
background-color: #A9E8EA;
}
</style>
border-color css
<style>
span { border-color: #A9E8EA; }
span { border-color: rgb(169,232,234); }
td.TdClassName
{
border-color: #A9E8EA;
}
.TagClassName
{
border-color: #A9E8EA;
}
</style>