Shades of Pale Turquoise #A9F8EE
Tints of Pale Turquoise #A9F8EE
RGB
CMYK
RGB Variations
Color information
#A9F8EE (or 0xA9F8EE) is known color: Pale Turquoise. HEX triplet: A9, F8 and EE. RGB value is (169,248,238). Sum of RGB (Red+Green+Blue) = 169+248+238=655 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.80% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #A9F8EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F8EE is #560711. Grayscale: #DFDFDF. Windows color (decimal): -5637906 or 15661225. OLE color: 15661225.
HSL color Cylindrical-coordinate representation of color #A9F8EE: hue angle of 172.41º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9F8EE is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 248 | 238 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.03 |
| HSL | 172.41º | 0.85% | 0.82% | - |
| HSV(B) | 172.41º | 0.32% | 0.97% | - |
| XYZ | 65.36 | 81.74 | 93.22 | - |
| YUV | 223.24 | 136.33 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 248 | 238 | 0.32 | 0 | 0.04 | 0.03 | 172.41 | 0.85 | 0.82 |
| Hex | A9 | F8 | EE | 20 | 0 | 4 | 3 | AC | 55 | 52 |
| Octal | 251 | 370 | 356 | 40 | 0 | 4 | 3 | 254 | 125 | 122 |
| Binary | 10101001 | 11111000 | 11101110 | 100000 | 0 | 100 | 11 | 10101100 | 1010101 | 1010010 |
Color Harmonies of #A9F8EE
Complementary color
Monochromatic Colors of #A9F8EE
Black with #A9F8EE
Text Example
Text Example
White with #A9F8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F8EE; }
p { color: rgb(169,248,238); }
H1.HeaderClassName
{
color: #A9F8EE;
}
.AnyTagClassName
{
color: #A9F8EE;
}
</style>
background-color css
<style>
a { background-color: #A9F8EE; }
a { background-color: rgb(169,248,238); }
div.DivClassName
{
background-color: #A9F8EE;
}
.BgClassName
{
background-color: #A9F8EE;
}
</style>
border-color css
<style>
span { border-color: #A9F8EE; }
span { border-color: rgb(169,248,238); }
td.TdClassName
{
border-color: #A9F8EE;
}
.TagClassName
{
border-color: #A9F8EE;
}
</style>