Shades of Pale Turquoise #A9FFFE
Tints of Pale Turquoise #A9FFFE
RGB
CMYK
RGB Variations
Color information
#A9FFFE (or 0xA9FFFE) is known color: Pale Turquoise. HEX triplet: A9, FF and FE. RGB value is (169,255,254). Sum of RGB (Red+Green+Blue) = 169+255+254=678 (89% of max value = 765). Red value is 169 (66.41% from 255 or 24.93% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9FFFE is #560001. Grayscale: #E5E5E5. Windows color (decimal): -5636098 or 16711593. OLE color: 16711593.
HSL color Cylindrical-coordinate representation of color #A9FFFE: hue angle of 179.3º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFFE is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 254 | - |
| CMYK | 0.34 | 0 | 0.00 | 0 |
| HSL | 179.3º | 1% | 0.83% | - |
| HSV(B) | 179.3º | 0.34% | 1% | - |
| XYZ | 70.01 | 87.11 | 106.89 | - |
| YUV | 229.17 | 142.01 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 254 | 0.34 | 0 | 0.00 | 0 | 179.3 | 1 | 0.83 |
| Hex | A9 | FF | FE | 22 | 0 | 0 | 0 | B3 | 64 | 53 |
| Octal | 251 | 377 | 376 | 42 | 0 | 0 | 0 | 263 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11111110 | 100010 | 0 | 0 | 0 | 10110011 | 1100100 | 1010011 |
Color Harmonies of #A9FFFE
Complementary color
Monochromatic Colors of #A9FFFE
Black with #A9FFFE
Text Example
Text Example
White with #A9FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFFE; }
p { color: rgb(169,255,254); }
H1.HeaderClassName
{
color: #A9FFFE;
}
.AnyTagClassName
{
color: #A9FFFE;
}
</style>
background-color css
<style>
a { background-color: #A9FFFE; }
a { background-color: rgb(169,255,254); }
div.DivClassName
{
background-color: #A9FFFE;
}
.BgClassName
{
background-color: #A9FFFE;
}
</style>
border-color css
<style>
span { border-color: #A9FFFE; }
span { border-color: rgb(169,255,254); }
td.TdClassName
{
border-color: #A9FFFE;
}
.TagClassName
{
border-color: #A9FFFE;
}
</style>