Shades of Pale Turquoise #A9FFFD
Tints of Pale Turquoise #A9FFFD
RGB
CMYK
RGB Variations
Color information
#A9FFFD (or 0xA9FFFD) is known color: Pale Turquoise. HEX triplet: A9, FF and FD. RGB value is (169,255,253). Sum of RGB (Red+Green+Blue) = 169+255+253=677 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.96% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFFD is #560002. Grayscale: #E4E4E4. Windows color (decimal): -5636099 or 16646057. OLE color: 16646057.
HSL color Cylindrical-coordinate representation of color #A9FFFD: hue angle of 178.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFFD is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 253 | - |
| CMYK | 0.34 | 0 | 0.01 | 0 |
| HSL | 178.6º | 1% | 0.83% | - |
| HSV(B) | 178.6º | 0.34% | 1% | - |
| XYZ | 69.85 | 87.05 | 106.05 | - |
| YUV | 229.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 253 | 0.34 | 0 | 0.01 | 0 | 178.6 | 1 | 0.83 |
| Hex | A9 | FF | FD | 22 | 0 | 1 | 0 | B3 | 64 | 53 |
| Octal | 251 | 377 | 375 | 42 | 0 | 1 | 0 | 263 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11111101 | 100010 | 0 | 1 | 0 | 10110011 | 1100100 | 1010011 |
Color Harmonies of #A9FFFD
Complementary color
Monochromatic Colors of #A9FFFD
Black with #A9FFFD
Text Example
Text Example
White with #A9FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFFD; }
p { color: rgb(169,255,253); }
H1.HeaderClassName
{
color: #A9FFFD;
}
.AnyTagClassName
{
color: #A9FFFD;
}
</style>
background-color css
<style>
a { background-color: #A9FFFD; }
a { background-color: rgb(169,255,253); }
div.DivClassName
{
background-color: #A9FFFD;
}
.BgClassName
{
background-color: #A9FFFD;
}
</style>
border-color css
<style>
span { border-color: #A9FFFD; }
span { border-color: rgb(169,255,253); }
td.TdClassName
{
border-color: #A9FFFD;
}
.TagClassName
{
border-color: #A9FFFD;
}
</style>