Shades of Pale Turquoise #A9F0FD
Tints of Pale Turquoise #A9F0FD
RGB
CMYK
RGB Variations
Color information
#A9F0FD (or 0xA9F0FD) is known color: Pale Turquoise. HEX triplet: A9, F0 and FD. RGB value is (169,240,253). Sum of RGB (Red+Green+Blue) = 169+240+253=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 240 (94.14% from 255 or 36.25% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F0FD is #560F02. Grayscale: #DCDCDC. Windows color (decimal): -5639939 or 16642217. OLE color: 16642217.
HSL color Cylindrical-coordinate representation of color #A9F0FD: hue angle of 189.29º 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 #A9F0FD is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 240 | 253 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.01 |
| HSL | 189.29º | 0.95% | 0.83% | - |
| HSV(B) | 189.29º | 0.33% | 0.99% | - |
| XYZ | 65.25 | 77.85 | 104.52 | - |
| YUV | 220.25 | 146.48 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 253 | 0.33 | 0.05 | 0 | 0.01 | 189.29 | 0.95 | 0.83 |
| Hex | A9 | F0 | FD | 21 | 5 | 0 | 1 | BD | 5F | 53 |
| Octal | 251 | 360 | 375 | 41 | 5 | 0 | 1 | 275 | 137 | 123 |
| Binary | 10101001 | 11110000 | 11111101 | 100001 | 101 | 0 | 1 | 10111101 | 1011111 | 1010011 |
Color Harmonies of #A9F0FD
Complementary color
Monochromatic Colors of #A9F0FD
Black with #A9F0FD
Text Example
Text Example
White with #A9F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F0FD; }
p { color: rgb(169,240,253); }
H1.HeaderClassName
{
color: #A9F0FD;
}
.AnyTagClassName
{
color: #A9F0FD;
}
</style>
background-color css
<style>
a { background-color: #A9F0FD; }
a { background-color: rgb(169,240,253); }
div.DivClassName
{
background-color: #A9F0FD;
}
.BgClassName
{
background-color: #A9F0FD;
}
</style>
border-color css
<style>
span { border-color: #A9F0FD; }
span { border-color: rgb(169,240,253); }
td.TdClassName
{
border-color: #A9F0FD;
}
.TagClassName
{
border-color: #A9F0FD;
}
</style>