Shades of Pale Turquoise #A9F3EC
Tints of Pale Turquoise #A9F3EC
RGB
CMYK
RGB Variations
Color information
#A9F3EC (or 0xA9F3EC) is known color: Pale Turquoise. HEX triplet: A9, F3 and EC. RGB value is (169,243,236). Sum of RGB (Red+Green+Blue) = 169+243+236=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F3EC is #560C13. Grayscale: #DCDCDC. Windows color (decimal): -5639188 or 15528873. OLE color: 15528873.
HSL color Cylindrical-coordinate representation of color #A9F3EC: hue angle of 174.32º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F3EC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 236 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.05 |
| HSL | 174.32º | 0.76% | 0.81% | - |
| HSV(B) | 174.32º | 0.3% | 0.95% | - |
| XYZ | 63.55 | 78.59 | 91.18 | - |
| YUV | 220.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 236 | 0.30 | 0 | 0.03 | 0.05 | 174.32 | 0.76 | 0.81 |
| Hex | A9 | F3 | EC | 1E | 0 | 3 | 5 | AE | 4C | 51 |
| Octal | 251 | 363 | 354 | 36 | 0 | 3 | 5 | 256 | 114 | 121 |
| Binary | 10101001 | 11110011 | 11101100 | 11110 | 0 | 11 | 101 | 10101110 | 1001100 | 1010001 |
Color Harmonies of #A9F3EC
Complementary color
Monochromatic Colors of #A9F3EC
Black with #A9F3EC
Text Example
Text Example
White with #A9F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F3EC; }
p { color: rgb(169,243,236); }
H1.HeaderClassName
{
color: #A9F3EC;
}
.AnyTagClassName
{
color: #A9F3EC;
}
</style>
background-color css
<style>
a { background-color: #A9F3EC; }
a { background-color: rgb(169,243,236); }
div.DivClassName
{
background-color: #A9F3EC;
}
.BgClassName
{
background-color: #A9F3EC;
}
</style>
border-color css
<style>
span { border-color: #A9F3EC; }
span { border-color: rgb(169,243,236); }
td.TdClassName
{
border-color: #A9F3EC;
}
.TagClassName
{
border-color: #A9F3EC;
}
</style>