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