Shades of Pale Turquoise #A9FBFC
Tints of Pale Turquoise #A9FBFC
RGB
CMYK
RGB Variations
Color information
#A9FBFC (or 0xA9FBFC) is known color: Pale Turquoise. HEX triplet: A9, FB and FC. RGB value is (169,251,252). Sum of RGB (Red+Green+Blue) = 169+251+252=672 (89% of max value = 765). Red value is 169 (66.41% from 255 or 25.15% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FBFC is #560403. Grayscale: #E2E2E2. Windows color (decimal): -5637124 or 16579497. OLE color: 16579497.
HSL color Cylindrical-coordinate representation of color #A9FBFC: hue angle of 180.72º degrees, saturation: 0.93, 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 #A9FBFC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 251 | 252 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.01 |
| HSL | 180.72º | 0.93% | 0.83% | - |
| HSV(B) | 180.72º | 0.33% | 0.99% | - |
| XYZ | 68.43 | 84.46 | 104.79 | - |
| YUV | 226.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 252 | 0.33 | 0.00 | 0 | 0.01 | 180.72 | 0.93 | 0.83 |
| Hex | A9 | FB | FC | 21 | 0 | 0 | 1 | B5 | 5D | 53 |
| Octal | 251 | 373 | 374 | 41 | 0 | 0 | 1 | 265 | 135 | 123 |
| Binary | 10101001 | 11111011 | 11111100 | 100001 | 0 | 0 | 1 | 10110101 | 1011101 | 1010011 |
Color Harmonies of #A9FBFC
Complementary color
Monochromatic Colors of #A9FBFC
Black with #A9FBFC
Text Example
Text Example
White with #A9FBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBFC; }
p { color: rgb(169,251,252); }
H1.HeaderClassName
{
color: #A9FBFC;
}
.AnyTagClassName
{
color: #A9FBFC;
}
</style>
background-color css
<style>
a { background-color: #A9FBFC; }
a { background-color: rgb(169,251,252); }
div.DivClassName
{
background-color: #A9FBFC;
}
.BgClassName
{
background-color: #A9FBFC;
}
</style>
border-color css
<style>
span { border-color: #A9FBFC; }
span { border-color: rgb(169,251,252); }
td.TdClassName
{
border-color: #A9FBFC;
}
.TagClassName
{
border-color: #A9FBFC;
}
</style>