Shades of Pale Turquoise #A9FDFD
Tints of Pale Turquoise #A9FDFD
RGB
CMYK
RGB Variations
Color information
#A9FDFD (or 0xA9FDFD) is known color: Pale Turquoise. HEX triplet: A9, FD and FD. RGB value is (169,253,253). Sum of RGB (Red+Green+Blue) = 169+253+253=675 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.04% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #A9FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FDFD is #560202. Grayscale: #E3E3E3. Windows color (decimal): -5636611 or 16645545. OLE color: 16645545.
HSL color Cylindrical-coordinate representation of color #A9FDFD: hue angle of 180º 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 #A9FDFD is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 169 | 253 | 253 | - |
CMYK | 0.33 | 0 | 0 | 0.01 |
HSL | 180º | 0.95% | 0.83% | - |
HSV(B) | 180º | 0.33% | 0.99% | - |
XYZ | 69.22 | 85.78 | 105.84 | - |
YUV | 227.88 | 142.17 | 86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 253 | 253 | 0.33 | 0 | 0 | 0.01 | 180 | 0.95 | 0.83 |
Hex | A9 | FD | FD | 21 | 0 | 0 | 1 | B4 | 5F | 53 |
Octal | 251 | 375 | 375 | 41 | 0 | 0 | 1 | 264 | 137 | 123 |
Binary | 10101001 | 11111101 | 11111101 | 100001 | 0 | 0 | 1 | 10110100 | 1011111 | 1010011 |
Color Harmonies of #A9FDFD
Complementary color
Monochromatic Colors of #A9FDFD
Black with #A9FDFD
Text Example
Text Example
White with #A9FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDFD; }
p { color: rgb(169,253,253); }
H1.HeaderClassName
{
color: #A9FDFD;
}
.AnyTagClassName
{
color: #A9FDFD;
}
</style>
background-color css
<style>
a { background-color: #A9FDFD; }
a { background-color: rgb(169,253,253); }
div.DivClassName
{
background-color: #A9FDFD;
}
.BgClassName
{
background-color: #A9FDFD;
}
</style>
border-color css
<style>
span { border-color: #A9FDFD; }
span { border-color: rgb(169,253,253); }
td.TdClassName
{
border-color: #A9FDFD;
}
.TagClassName
{
border-color: #A9FDFD;
}
</style>