Shades of Pale Turquoise #A9FDF2
Tints of Pale Turquoise #A9FDF2
RGB
CMYK
RGB Variations
Color information
#A9FDF2 (or 0xA9FDF2) is known color: Pale Turquoise. HEX triplet: A9, FD and F2. RGB value is (169,253,242). Sum of RGB (Red+Green+Blue) = 169+253+242=664 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.45% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDF2 is #56020D. Grayscale: #E2E2E2. Windows color (decimal): -5636622 or 15924649. OLE color: 15924649.
HSL color Cylindrical-coordinate representation of color #A9FDF2: hue angle of 172.14º 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 #A9FDF2 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 242 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.01 |
| HSL | 172.14º | 0.95% | 0.83% | - |
| HSV(B) | 172.14º | 0.33% | 0.99% | - |
| XYZ | 67.51 | 85.1 | 96.87 | - |
| YUV | 226.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 242 | 0.33 | 0 | 0.04 | 0.01 | 172.14 | 0.95 | 0.83 |
| Hex | A9 | FD | F2 | 21 | 0 | 4 | 1 | AC | 5F | 53 |
| Octal | 251 | 375 | 362 | 41 | 0 | 4 | 1 | 254 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11110010 | 100001 | 0 | 100 | 1 | 10101100 | 1011111 | 1010011 |
Color Harmonies of #A9FDF2
Complementary color
Monochromatic Colors of #A9FDF2
Black with #A9FDF2
Text Example
Text Example
White with #A9FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDF2; }
p { color: rgb(169,253,242); }
H1.HeaderClassName
{
color: #A9FDF2;
}
.AnyTagClassName
{
color: #A9FDF2;
}
</style>
background-color css
<style>
a { background-color: #A9FDF2; }
a { background-color: rgb(169,253,242); }
div.DivClassName
{
background-color: #A9FDF2;
}
.BgClassName
{
background-color: #A9FDF2;
}
</style>
border-color css
<style>
span { border-color: #A9FDF2; }
span { border-color: rgb(169,253,242); }
td.TdClassName
{
border-color: #A9FDF2;
}
.TagClassName
{
border-color: #A9FDF2;
}
</style>