Shades of Pale Turquoise #A9F5F6
Tints of Pale Turquoise #A9F5F6
RGB
CMYK
RGB Variations
Color information
#A9F5F6 (or 0xA9F5F6) is known color: Pale Turquoise. HEX triplet: A9, F5 and F6. RGB value is (169,245,246). Sum of RGB (Red+Green+Blue) = 169+245+246=660 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.61% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #A9F5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F5F6 is #560A09. Grayscale: #DEDEDE. Windows color (decimal): -5638666 or 16184745. OLE color: 16184745.
HSL color Cylindrical-coordinate representation of color #A9F5F6: hue angle of 180.78º 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 #A9F5F6 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 245 | 246 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.04 |
| HSL | 180.78º | 0.81% | 0.81% | - |
| HSV(B) | 180.78º | 0.31% | 0.96% | - |
| XYZ | 65.65 | 80.39 | 99.25 | - |
| YUV | 222.39 | 141.32 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 245 | 246 | 0.31 | 0.00 | 0 | 0.04 | 180.78 | 0.81 | 0.81 |
| Hex | A9 | F5 | F6 | 1F | 0 | 0 | 4 | B5 | 51 | 51 |
| Octal | 251 | 365 | 366 | 37 | 0 | 0 | 4 | 265 | 121 | 121 |
| Binary | 10101001 | 11110101 | 11110110 | 11111 | 0 | 0 | 100 | 10110101 | 1010001 | 1010001 |
Color Harmonies of #A9F5F6
Complementary color
Monochromatic Colors of #A9F5F6
Black with #A9F5F6
Text Example
Text Example
White with #A9F5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F5F6; }
p { color: rgb(169,245,246); }
H1.HeaderClassName
{
color: #A9F5F6;
}
.AnyTagClassName
{
color: #A9F5F6;
}
</style>
background-color css
<style>
a { background-color: #A9F5F6; }
a { background-color: rgb(169,245,246); }
div.DivClassName
{
background-color: #A9F5F6;
}
.BgClassName
{
background-color: #A9F5F6;
}
</style>
border-color css
<style>
span { border-color: #A9F5F6; }
span { border-color: rgb(169,245,246); }
td.TdClassName
{
border-color: #A9F5F6;
}
.TagClassName
{
border-color: #A9F5F6;
}
</style>