Shades of Pale Turquoise #A9F6EB
Tints of Pale Turquoise #A9F6EB
RGB
CMYK
RGB Variations
Color information
#A9F6EB (or 0xA9F6EB) is known color: Pale Turquoise. HEX triplet: A9, F6 and EB. RGB value is (169,246,235). Sum of RGB (Red+Green+Blue) = 169+246+235=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F6EB is #560914. Grayscale: #DDDDDD. Windows color (decimal): -5638421 or 15464105. OLE color: 15464105.
HSL color Cylindrical-coordinate representation of color #A9F6EB: hue angle of 171.43º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F6EB is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 235 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.04 |
| HSL | 171.43º | 0.81% | 0.81% | - |
| HSV(B) | 171.43º | 0.31% | 0.96% | - |
| XYZ | 64.31 | 80.34 | 90.72 | - |
| YUV | 221.72 | 135.49 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 235 | 0.31 | 0 | 0.04 | 0.04 | 171.43 | 0.81 | 0.81 |
| Hex | A9 | F6 | EB | 1F | 0 | 4 | 4 | AB | 51 | 51 |
| Octal | 251 | 366 | 353 | 37 | 0 | 4 | 4 | 253 | 121 | 121 |
| Binary | 10101001 | 11110110 | 11101011 | 11111 | 0 | 100 | 100 | 10101011 | 1010001 | 1010001 |
Color Harmonies of #A9F6EB
Complementary color
Monochromatic Colors of #A9F6EB
Black with #A9F6EB
Text Example
Text Example
White with #A9F6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F6EB; }
p { color: rgb(169,246,235); }
H1.HeaderClassName
{
color: #A9F6EB;
}
.AnyTagClassName
{
color: #A9F6EB;
}
</style>
background-color css
<style>
a { background-color: #A9F6EB; }
a { background-color: rgb(169,246,235); }
div.DivClassName
{
background-color: #A9F6EB;
}
.BgClassName
{
background-color: #A9F6EB;
}
</style>
border-color css
<style>
span { border-color: #A9F6EB; }
span { border-color: rgb(169,246,235); }
td.TdClassName
{
border-color: #A9F6EB;
}
.TagClassName
{
border-color: #A9F6EB;
}
</style>