Shades of Pale Turquoise #A9F1FC
Tints of Pale Turquoise #A9F1FC
RGB
CMYK
RGB Variations
Color information
#A9F1FC (or 0xA9F1FC) is known color: Pale Turquoise. HEX triplet: A9, F1 and FC. RGB value is (169,241,252). Sum of RGB (Red+Green+Blue) = 169+241+252=662 (87% of max value = 765). Red value is 169 (66.41% from 255 or 25.53% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #A9F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1FC is #560E03. Grayscale: #DCDCDC. Windows color (decimal): -5639684 or 16576937. OLE color: 16576937.
HSL color Cylindrical-coordinate representation of color #A9F1FC: hue angle of 187.95º 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 #A9F1FC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 241 | 252 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.01 |
| HSL | 187.95º | 0.93% | 0.83% | - |
| HSV(B) | 187.95º | 0.33% | 0.99% | - |
| XYZ | 65.39 | 78.37 | 103.78 | - |
| YUV | 220.73 | 145.65 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 252 | 0.33 | 0.04 | 0 | 0.01 | 187.95 | 0.93 | 0.83 |
| Hex | A9 | F1 | FC | 21 | 4 | 0 | 1 | BC | 5D | 53 |
| Octal | 251 | 361 | 374 | 41 | 4 | 0 | 1 | 274 | 135 | 123 |
| Binary | 10101001 | 11110001 | 11111100 | 100001 | 100 | 0 | 1 | 10111100 | 1011101 | 1010011 |
Color Harmonies of #A9F1FC
Complementary color
Monochromatic Colors of #A9F1FC
Black with #A9F1FC
Text Example
Text Example
White with #A9F1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1FC; }
p { color: rgb(169,241,252); }
H1.HeaderClassName
{
color: #A9F1FC;
}
.AnyTagClassName
{
color: #A9F1FC;
}
</style>
background-color css
<style>
a { background-color: #A9F1FC; }
a { background-color: rgb(169,241,252); }
div.DivClassName
{
background-color: #A9F1FC;
}
.BgClassName
{
background-color: #A9F1FC;
}
</style>
border-color css
<style>
span { border-color: #A9F1FC; }
span { border-color: rgb(169,241,252); }
td.TdClassName
{
border-color: #A9F1FC;
}
.TagClassName
{
border-color: #A9F1FC;
}
</style>