Shades of Pale Turquoise #A9F2FC
Tints of Pale Turquoise #A9F2FC
RGB
CMYK
RGB Variations
Color information
#A9F2FC (or 0xA9F2FC) is known color: Pale Turquoise. HEX triplet: A9, F2 and FC. RGB value is (169,242,252). Sum of RGB (Red+Green+Blue) = 169+242+252=663 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.49% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9F2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2FC is #560D03. Grayscale: #DDDDDD. Windows color (decimal): -5639428 or 16577193. OLE color: 16577193.
HSL color Cylindrical-coordinate representation of color #A9F2FC: hue angle of 187.23º 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 #A9F2FC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 242 | 252 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.01 |
| HSL | 187.23º | 0.93% | 0.83% | - |
| HSV(B) | 187.23º | 0.33% | 0.99% | - |
| XYZ | 65.69 | 78.97 | 103.88 | - |
| YUV | 221.31 | 145.32 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 252 | 0.33 | 0.04 | 0 | 0.01 | 187.23 | 0.93 | 0.83 |
| Hex | A9 | F2 | FC | 21 | 4 | 0 | 1 | BB | 5D | 53 |
| Octal | 251 | 362 | 374 | 41 | 4 | 0 | 1 | 273 | 135 | 123 |
| Binary | 10101001 | 11110010 | 11111100 | 100001 | 100 | 0 | 1 | 10111011 | 1011101 | 1010011 |
Color Harmonies of #A9F2FC
Complementary color
Monochromatic Colors of #A9F2FC
Black with #A9F2FC
Text Example
Text Example
White with #A9F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2FC; }
p { color: rgb(169,242,252); }
H1.HeaderClassName
{
color: #A9F2FC;
}
.AnyTagClassName
{
color: #A9F2FC;
}
</style>
background-color css
<style>
a { background-color: #A9F2FC; }
a { background-color: rgb(169,242,252); }
div.DivClassName
{
background-color: #A9F2FC;
}
.BgClassName
{
background-color: #A9F2FC;
}
</style>
border-color css
<style>
span { border-color: #A9F2FC; }
span { border-color: rgb(169,242,252); }
td.TdClassName
{
border-color: #A9F2FC;
}
.TagClassName
{
border-color: #A9F2FC;
}
</style>