Shades of Pale Turquoise #A9F2FE
Tints of Pale Turquoise #A9F2FE
RGB
CMYK
RGB Variations
Color information
#A9F2FE (or 0xA9F2FE) is known color: Pale Turquoise. HEX triplet: A9, F2 and FE. RGB value is (169,242,254). Sum of RGB (Red+Green+Blue) = 169+242+254=665 (88% of max value = 765). Red value is 169 (66.41% from 255 or 25.41% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A9F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F2FE is #560D01. Grayscale: #DDDDDD. Windows color (decimal): -5639426 or 16708265. OLE color: 16708265.
HSL color Cylindrical-coordinate representation of color #A9F2FE: hue angle of 188.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9F2FE is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 242 | 254 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.00 |
| HSL | 188.47º | 0.98% | 0.83% | - |
| HSV(B) | 188.47º | 0.33% | 1% | - |
| XYZ | 66 | 79.1 | 105.55 | - |
| YUV | 221.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 254 | 0.33 | 0.05 | 0 | 0.00 | 188.47 | 0.98 | 0.83 |
| Hex | A9 | F2 | FE | 21 | 5 | 0 | 0 | BC | 62 | 53 |
| Octal | 251 | 362 | 376 | 41 | 5 | 0 | 0 | 274 | 142 | 123 |
| Binary | 10101001 | 11110010 | 11111110 | 100001 | 101 | 0 | 0 | 10111100 | 1100010 | 1010011 |
Color Harmonies of #A9F2FE
Complementary color
Monochromatic Colors of #A9F2FE
Black with #A9F2FE
Text Example
Text Example
White with #A9F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2FE; }
p { color: rgb(169,242,254); }
H1.HeaderClassName
{
color: #A9F2FE;
}
.AnyTagClassName
{
color: #A9F2FE;
}
</style>
background-color css
<style>
a { background-color: #A9F2FE; }
a { background-color: rgb(169,242,254); }
div.DivClassName
{
background-color: #A9F2FE;
}
.BgClassName
{
background-color: #A9F2FE;
}
</style>
border-color css
<style>
span { border-color: #A9F2FE; }
span { border-color: rgb(169,242,254); }
td.TdClassName
{
border-color: #A9F2FE;
}
.TagClassName
{
border-color: #A9F2FE;
}
</style>