Shades of Pale Turquoise #A9F7EE
Tints of Pale Turquoise #A9F7EE
RGB
CMYK
RGB Variations
Color information
#A9F7EE (or 0xA9F7EE) is known color: Pale Turquoise. HEX triplet: A9, F7 and EE. RGB value is (169,247,238). Sum of RGB (Red+Green+Blue) = 169+247+238=654 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.84% from 654); Green value is 247 (96.88% from 255 or 37.77% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 247 - color contains mainly: green. Hex color #A9F7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F7EE is #560811. Grayscale: #DEDEDE. Windows color (decimal): -5638162 or 15660969. OLE color: 15660969.
HSL color Cylindrical-coordinate representation of color #A9F7EE: hue angle of 173.08º degrees, saturation: 0.83, 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 #A9F7EE is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 247 | 238 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.03 |
| HSL | 173.08º | 0.83% | 0.82% | - |
| HSV(B) | 173.08º | 0.32% | 0.97% | - |
| XYZ | 65.06 | 81.13 | 93.12 | - |
| YUV | 222.65 | 136.66 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 247 | 238 | 0.32 | 0 | 0.04 | 0.03 | 173.08 | 0.83 | 0.82 |
| Hex | A9 | F7 | EE | 20 | 0 | 4 | 3 | AD | 53 | 52 |
| Octal | 251 | 367 | 356 | 40 | 0 | 4 | 3 | 255 | 123 | 122 |
| Binary | 10101001 | 11110111 | 11101110 | 100000 | 0 | 100 | 11 | 10101101 | 1010011 | 1010010 |
Color Harmonies of #A9F7EE
Complementary color
Monochromatic Colors of #A9F7EE
Black with #A9F7EE
Text Example
Text Example
White with #A9F7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F7EE; }
p { color: rgb(169,247,238); }
H1.HeaderClassName
{
color: #A9F7EE;
}
.AnyTagClassName
{
color: #A9F7EE;
}
</style>
background-color css
<style>
a { background-color: #A9F7EE; }
a { background-color: rgb(169,247,238); }
div.DivClassName
{
background-color: #A9F7EE;
}
.BgClassName
{
background-color: #A9F7EE;
}
</style>
border-color css
<style>
span { border-color: #A9F7EE; }
span { border-color: rgb(169,247,238); }
td.TdClassName
{
border-color: #A9F7EE;
}
.TagClassName
{
border-color: #A9F7EE;
}
</style>