Shades of Pale Turquoise #A9FAF3
Tints of Pale Turquoise #A9FAF3
RGB
CMYK
RGB Variations
Color information
#A9FAF3 (or 0xA9FAF3) is known color: Pale Turquoise. HEX triplet: A9, FA and F3. RGB value is (169,250,243). Sum of RGB (Red+Green+Blue) = 169+250+243=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FAF3 is #56050C. Grayscale: #E0E0E0. Windows color (decimal): -5637389 or 15989417. OLE color: 15989417.
HSL color Cylindrical-coordinate representation of color #A9FAF3: hue angle of 174.81º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAF3 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 243 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.02 |
| HSL | 174.81º | 0.89% | 0.82% | - |
| HSV(B) | 174.81º | 0.32% | 0.98% | - |
| XYZ | 66.73 | 83.28 | 97.35 | - |
| YUV | 224.98 | 138.16 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 243 | 0.32 | 0 | 0.03 | 0.02 | 174.81 | 0.89 | 0.82 |
| Hex | A9 | FA | F3 | 20 | 0 | 3 | 2 | AF | 59 | 52 |
| Octal | 251 | 372 | 363 | 40 | 0 | 3 | 2 | 257 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11110011 | 100000 | 0 | 11 | 10 | 10101111 | 1011001 | 1010010 |
Color Harmonies of #A9FAF3
Complementary color
Monochromatic Colors of #A9FAF3
Black with #A9FAF3
Text Example
Text Example
White with #A9FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAF3; }
p { color: rgb(169,250,243); }
H1.HeaderClassName
{
color: #A9FAF3;
}
.AnyTagClassName
{
color: #A9FAF3;
}
</style>
background-color css
<style>
a { background-color: #A9FAF3; }
a { background-color: rgb(169,250,243); }
div.DivClassName
{
background-color: #A9FAF3;
}
.BgClassName
{
background-color: #A9FAF3;
}
</style>
border-color css
<style>
span { border-color: #A9FAF3; }
span { border-color: rgb(169,250,243); }
td.TdClassName
{
border-color: #A9FAF3;
}
.TagClassName
{
border-color: #A9FAF3;
}
</style>