Shades of Pale Turquoise #A9F9EF
Tints of Pale Turquoise #A9F9EF
RGB
CMYK
RGB Variations
Color information
#A9F9EF (or 0xA9F9EF) is known color: Pale Turquoise. HEX triplet: A9, F9 and EF. RGB value is (169,249,239). Sum of RGB (Red+Green+Blue) = 169+249+239=657 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.72% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #A9F9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F9EF is #560610. Grayscale: #DFDFDF. Windows color (decimal): -5637649 or 15727017. OLE color: 15727017.
HSL color Cylindrical-coordinate representation of color #A9F9EF: hue angle of 172.5º 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 #A9F9EF is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 249 | 239 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.02 |
| HSL | 172.5º | 0.87% | 0.82% | - |
| HSV(B) | 172.5º | 0.32% | 0.98% | - |
| XYZ | 65.82 | 82.42 | 94.1 | - |
| YUV | 223.94 | 136.5 | 88.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 249 | 239 | 0.32 | 0 | 0.04 | 0.02 | 172.5 | 0.87 | 0.82 |
| Hex | A9 | F9 | EF | 20 | 0 | 4 | 2 | AC | 57 | 52 |
| Octal | 251 | 371 | 357 | 40 | 0 | 4 | 2 | 254 | 127 | 122 |
| Binary | 10101001 | 11111001 | 11101111 | 100000 | 0 | 100 | 10 | 10101100 | 1010111 | 1010010 |
Color Harmonies of #A9F9EF
Complementary color
Monochromatic Colors of #A9F9EF
Black with #A9F9EF
Text Example
Text Example
White with #A9F9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F9EF; }
p { color: rgb(169,249,239); }
H1.HeaderClassName
{
color: #A9F9EF;
}
.AnyTagClassName
{
color: #A9F9EF;
}
</style>
background-color css
<style>
a { background-color: #A9F9EF; }
a { background-color: rgb(169,249,239); }
div.DivClassName
{
background-color: #A9F9EF;
}
.BgClassName
{
background-color: #A9F9EF;
}
</style>
border-color css
<style>
span { border-color: #A9F9EF; }
span { border-color: rgb(169,249,239); }
td.TdClassName
{
border-color: #A9F9EF;
}
.TagClassName
{
border-color: #A9F9EF;
}
</style>