Shades of Pale Turquoise #A9FDF1
Tints of Pale Turquoise #A9FDF1
RGB
CMYK
RGB Variations
Color information
#A9FDF1 (or 0xA9FDF1) is known color: Pale Turquoise. HEX triplet: A9, FD and F1. RGB value is (169,253,241). Sum of RGB (Red+Green+Blue) = 169+253+241=663 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.49% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDF1 is #56020E. Grayscale: #E2E2E2. Windows color (decimal): -5636623 or 15859113. OLE color: 15859113.
HSL color Cylindrical-coordinate representation of color #A9FDF1: hue angle of 171.43º 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 #A9FDF1 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 241 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.01 |
| HSL | 171.43º | 0.95% | 0.83% | - |
| HSV(B) | 171.43º | 0.33% | 0.99% | - |
| XYZ | 67.36 | 85.04 | 96.08 | - |
| YUV | 226.52 | 136.17 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 241 | 0.33 | 0 | 0.05 | 0.01 | 171.43 | 0.95 | 0.83 |
| Hex | A9 | FD | F1 | 21 | 0 | 5 | 1 | AB | 5F | 53 |
| Octal | 251 | 375 | 361 | 41 | 0 | 5 | 1 | 253 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11110001 | 100001 | 0 | 101 | 1 | 10101011 | 1011111 | 1010011 |
Color Harmonies of #A9FDF1
Complementary color
Monochromatic Colors of #A9FDF1
Black with #A9FDF1
Text Example
Text Example
White with #A9FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDF1; }
p { color: rgb(169,253,241); }
H1.HeaderClassName
{
color: #A9FDF1;
}
.AnyTagClassName
{
color: #A9FDF1;
}
</style>
background-color css
<style>
a { background-color: #A9FDF1; }
a { background-color: rgb(169,253,241); }
div.DivClassName
{
background-color: #A9FDF1;
}
.BgClassName
{
background-color: #A9FDF1;
}
</style>
border-color css
<style>
span { border-color: #A9FDF1; }
span { border-color: rgb(169,253,241); }
td.TdClassName
{
border-color: #A9FDF1;
}
.TagClassName
{
border-color: #A9FDF1;
}
</style>