Shades of Pale Turquoise #A9EAE6
Tints of Pale Turquoise #A9EAE6
RGB
CMYK
RGB Variations
Color information
#A9EAE6 (or 0xA9EAE6) is known color: Pale Turquoise. HEX triplet: A9, EA and E6. RGB value is (169,234,230). Sum of RGB (Red+Green+Blue) = 169+234+230=633 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.70% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EAE6 is #561519. Grayscale: #D6D6D6. Windows color (decimal): -5641498 or 15133353. OLE color: 15133353.
HSL color Cylindrical-coordinate representation of color #A9EAE6: hue angle of 176.31º 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 #A9EAE6 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 230 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.08 |
| HSL | 176.31º | 0.61% | 0.79% | - |
| HSV(B) | 176.31º | 0.28% | 0.92% | - |
| XYZ | 60.07 | 72.99 | 85.79 | - |
| YUV | 214.11 | 136.97 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 230 | 0.28 | 0 | 0.02 | 0.08 | 176.31 | 0.61 | 0.79 |
| Hex | A9 | EA | E6 | 1C | 0 | 2 | 8 | B0 | 3D | 4F |
| Octal | 251 | 352 | 346 | 34 | 0 | 2 | 10 | 260 | 75 | 117 |
| Binary | 10101001 | 11101010 | 11100110 | 11100 | 0 | 10 | 1000 | 10110000 | 111101 | 1001111 |
Color Harmonies of #A9EAE6
Complementary color
Monochromatic Colors of #A9EAE6
Black with #A9EAE6
Text Example
Text Example
White with #A9EAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAE6; }
p { color: rgb(169,234,230); }
H1.HeaderClassName
{
color: #A9EAE6;
}
.AnyTagClassName
{
color: #A9EAE6;
}
</style>
background-color css
<style>
a { background-color: #A9EAE6; }
a { background-color: rgb(169,234,230); }
div.DivClassName
{
background-color: #A9EAE6;
}
.BgClassName
{
background-color: #A9EAE6;
}
</style>
border-color css
<style>
span { border-color: #A9EAE6; }
span { border-color: rgb(169,234,230); }
td.TdClassName
{
border-color: #A9EAE6;
}
.TagClassName
{
border-color: #A9EAE6;
}
</style>