Shades of Pale Turquoise #A9F2E6
Tints of Pale Turquoise #A9F2E6
RGB
CMYK
RGB Variations
Color information
#A9F2E6 (or 0xA9F2E6) is known color: Pale Turquoise. HEX triplet: A9, F2 and E6. RGB value is (169,242,230). Sum of RGB (Red+Green+Blue) = 169+242+230=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2E6 is #560D19. Grayscale: #DADADA. Windows color (decimal): -5639450 or 15135401. OLE color: 15135401.
HSL color Cylindrical-coordinate representation of color #A9F2E6: hue angle of 170.14º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2E6 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 230 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.05 |
| HSL | 170.14º | 0.74% | 0.81% | - |
| HSV(B) | 170.14º | 0.3% | 0.95% | - |
| XYZ | 62.4 | 77.65 | 86.56 | - |
| YUV | 218.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 230 | 0.30 | 0 | 0.05 | 0.05 | 170.14 | 0.74 | 0.81 |
| Hex | A9 | F2 | E6 | 1E | 0 | 5 | 5 | AA | 4A | 51 |
| Octal | 251 | 362 | 346 | 36 | 0 | 5 | 5 | 252 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11100110 | 11110 | 0 | 101 | 101 | 10101010 | 1001010 | 1010001 |
Color Harmonies of #A9F2E6
Complementary color
Monochromatic Colors of #A9F2E6
Black with #A9F2E6
Text Example
Text Example
White with #A9F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2E6; }
p { color: rgb(169,242,230); }
H1.HeaderClassName
{
color: #A9F2E6;
}
.AnyTagClassName
{
color: #A9F2E6;
}
</style>
background-color css
<style>
a { background-color: #A9F2E6; }
a { background-color: rgb(169,242,230); }
div.DivClassName
{
background-color: #A9F2E6;
}
.BgClassName
{
background-color: #A9F2E6;
}
</style>
border-color css
<style>
span { border-color: #A9F2E6; }
span { border-color: rgb(169,242,230); }
td.TdClassName
{
border-color: #A9F2E6;
}
.TagClassName
{
border-color: #A9F2E6;
}
</style>