Shades of Pale Turquoise #A9FDF7
Tints of Pale Turquoise #A9FDF7
RGB
CMYK
RGB Variations
Color information
#A9FDF7 (or 0xA9FDF7) is known color: Pale Turquoise. HEX triplet: A9, FD and F7. RGB value is (169,253,247). Sum of RGB (Red+Green+Blue) = 169+253+247=669 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.26% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDF7 is #560208. Grayscale: #E3E3E3. Windows color (decimal): -5636617 or 16252329. OLE color: 16252329.
HSL color Cylindrical-coordinate representation of color #A9FDF7: hue angle of 175.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDF7 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 247 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.01 |
| HSL | 175.71º | 0.95% | 0.83% | - |
| HSV(B) | 175.71º | 0.33% | 0.99% | - |
| XYZ | 68.28 | 85.4 | 100.88 | - |
| YUV | 227.2 | 139.17 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 247 | 0.33 | 0 | 0.02 | 0.01 | 175.71 | 0.95 | 0.83 |
| Hex | A9 | FD | F7 | 21 | 0 | 2 | 1 | B0 | 5F | 53 |
| Octal | 251 | 375 | 367 | 41 | 0 | 2 | 1 | 260 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11110111 | 100001 | 0 | 10 | 1 | 10110000 | 1011111 | 1010011 |
Color Harmonies of #A9FDF7
Complementary color
Monochromatic Colors of #A9FDF7
Black with #A9FDF7
Text Example
Text Example
White with #A9FDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDF7; }
p { color: rgb(169,253,247); }
H1.HeaderClassName
{
color: #A9FDF7;
}
.AnyTagClassName
{
color: #A9FDF7;
}
</style>
background-color css
<style>
a { background-color: #A9FDF7; }
a { background-color: rgb(169,253,247); }
div.DivClassName
{
background-color: #A9FDF7;
}
.BgClassName
{
background-color: #A9FDF7;
}
</style>
border-color css
<style>
span { border-color: #A9FDF7; }
span { border-color: rgb(169,253,247); }
td.TdClassName
{
border-color: #A9FDF7;
}
.TagClassName
{
border-color: #A9FDF7;
}
</style>