Shades of Pale Turquoise #A9F1EB
Tints of Pale Turquoise #A9F1EB
RGB
CMYK
RGB Variations
Color information
#A9F1EB (or 0xA9F1EB) is known color: Pale Turquoise. HEX triplet: A9, F1 and EB. RGB value is (169,241,235). Sum of RGB (Red+Green+Blue) = 169+241+235=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1EB is #560E14. Grayscale: #DADADA. Windows color (decimal): -5639701 or 15462825. OLE color: 15462825.
HSL color Cylindrical-coordinate representation of color #A9F1EB: hue angle of 175º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1EB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 235 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.05 |
| HSL | 175º | 0.72% | 0.8% | - |
| HSV(B) | 175º | 0.3% | 0.95% | - |
| XYZ | 62.81 | 77.34 | 90.22 | - |
| YUV | 218.79 | 137.15 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 235 | 0.30 | 0 | 0.02 | 0.05 | 175 | 0.72 | 0.8 |
| Hex | A9 | F1 | EB | 1E | 0 | 2 | 5 | AF | 48 | 50 |
| Octal | 251 | 361 | 353 | 36 | 0 | 2 | 5 | 257 | 110 | 120 |
| Binary | 10101001 | 11110001 | 11101011 | 11110 | 0 | 10 | 101 | 10101111 | 1001000 | 1010000 |
Color Harmonies of #A9F1EB
Complementary color
Monochromatic Colors of #A9F1EB
Black with #A9F1EB
Text Example
Text Example
White with #A9F1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1EB; }
p { color: rgb(169,241,235); }
H1.HeaderClassName
{
color: #A9F1EB;
}
.AnyTagClassName
{
color: #A9F1EB;
}
</style>
background-color css
<style>
a { background-color: #A9F1EB; }
a { background-color: rgb(169,241,235); }
div.DivClassName
{
background-color: #A9F1EB;
}
.BgClassName
{
background-color: #A9F1EB;
}
</style>
border-color css
<style>
span { border-color: #A9F1EB; }
span { border-color: rgb(169,241,235); }
td.TdClassName
{
border-color: #A9F1EB;
}
.TagClassName
{
border-color: #A9F1EB;
}
</style>