Shades of Pale Turquoise #A9FCF5
Tints of Pale Turquoise #A9FCF5
RGB
CMYK
RGB Variations
Color information
#A9FCF5 (or 0xA9FCF5) is known color: Pale Turquoise. HEX triplet: A9, FC and F5. RGB value is (169,252,245). Sum of RGB (Red+Green+Blue) = 169+252+245=666 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.38% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FCF5 is #56030A. Grayscale: #E2E2E2. Windows color (decimal): -5636875 or 16121001. OLE color: 16121001.
HSL color Cylindrical-coordinate representation of color #A9FCF5: hue angle of 174.94º 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 #A9FCF5 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 252 | 245 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.01 |
| HSL | 174.94º | 0.93% | 0.83% | - |
| HSV(B) | 174.94º | 0.33% | 0.99% | - |
| XYZ | 67.65 | 84.65 | 99.16 | - |
| YUV | 226.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 252 | 245 | 0.33 | 0 | 0.03 | 0.01 | 174.94 | 0.93 | 0.83 |
| Hex | A9 | FC | F5 | 21 | 0 | 3 | 1 | AF | 5D | 53 |
| Octal | 251 | 374 | 365 | 41 | 0 | 3 | 1 | 257 | 135 | 123 |
| Binary | 10101001 | 11111100 | 11110101 | 100001 | 0 | 11 | 1 | 10101111 | 1011101 | 1010011 |
Color Harmonies of #A9FCF5
Complementary color
Monochromatic Colors of #A9FCF5
Black with #A9FCF5
Text Example
Text Example
White with #A9FCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FCF5; }
p { color: rgb(169,252,245); }
H1.HeaderClassName
{
color: #A9FCF5;
}
.AnyTagClassName
{
color: #A9FCF5;
}
</style>
background-color css
<style>
a { background-color: #A9FCF5; }
a { background-color: rgb(169,252,245); }
div.DivClassName
{
background-color: #A9FCF5;
}
.BgClassName
{
background-color: #A9FCF5;
}
</style>
border-color css
<style>
span { border-color: #A9FCF5; }
span { border-color: rgb(169,252,245); }
td.TdClassName
{
border-color: #A9FCF5;
}
.TagClassName
{
border-color: #A9FCF5;
}
</style>