Shades of Pale Turquoise #A9EEF9
Tints of Pale Turquoise #A9EEF9
RGB
CMYK
RGB Variations
Color information
#A9EEF9 (or 0xA9EEF9) is known color: Pale Turquoise. HEX triplet: A9, EE and F9. RGB value is (169,238,249). Sum of RGB (Red+Green+Blue) = 169+238+249=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 249 (97.66% from 255 or 37.96% from 656); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9EEF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EEF9 is #561106. Grayscale: #DADADA. Windows color (decimal): -5640455 or 16379561. OLE color: 16379561.
HSL color Cylindrical-coordinate representation of color #A9EEF9: hue angle of 188.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9EEF9 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 238 | 249 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.02 |
| HSL | 188.25º | 0.87% | 0.82% | - |
| HSV(B) | 188.25º | 0.32% | 0.98% | - |
| XYZ | 64.04 | 76.42 | 101 | - |
| YUV | 218.62 | 145.14 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 238 | 249 | 0.32 | 0.04 | 0 | 0.02 | 188.25 | 0.87 | 0.82 |
| Hex | A9 | EE | F9 | 20 | 4 | 0 | 2 | BC | 57 | 52 |
| Octal | 251 | 356 | 371 | 40 | 4 | 0 | 2 | 274 | 127 | 122 |
| Binary | 10101001 | 11101110 | 11111001 | 100000 | 100 | 0 | 10 | 10111100 | 1010111 | 1010010 |
Color Harmonies of #A9EEF9
Complementary color
Monochromatic Colors of #A9EEF9
Black with #A9EEF9
Text Example
Text Example
White with #A9EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EEF9; }
p { color: rgb(169,238,249); }
H1.HeaderClassName
{
color: #A9EEF9;
}
.AnyTagClassName
{
color: #A9EEF9;
}
</style>
background-color css
<style>
a { background-color: #A9EEF9; }
a { background-color: rgb(169,238,249); }
div.DivClassName
{
background-color: #A9EEF9;
}
.BgClassName
{
background-color: #A9EEF9;
}
</style>
border-color css
<style>
span { border-color: #A9EEF9; }
span { border-color: rgb(169,238,249); }
td.TdClassName
{
border-color: #A9EEF9;
}
.TagClassName
{
border-color: #A9EEF9;
}
</style>