Shades of Pale Turquoise #A9F1EA
Tints of Pale Turquoise #A9F1EA
RGB
CMYK
RGB Variations
Color information
#A9F1EA (or 0xA9F1EA) is known color: Pale Turquoise. HEX triplet: A9, F1 and EA. RGB value is (169,241,234). Sum of RGB (Red+Green+Blue) = 169+241+234=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1EA is #560E15. Grayscale: #DADADA. Windows color (decimal): -5639702 or 15397289. OLE color: 15397289.
HSL color Cylindrical-coordinate representation of color #A9F1EA: hue angle of 174.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1EA is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 234 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.05 |
| HSL | 174.17º | 0.72% | 0.8% | - |
| HSV(B) | 174.17º | 0.3% | 0.95% | - |
| XYZ | 62.67 | 77.29 | 89.46 | - |
| YUV | 218.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 234 | 0.30 | 0 | 0.03 | 0.05 | 174.17 | 0.72 | 0.8 |
| Hex | A9 | F1 | EA | 1E | 0 | 3 | 5 | AE | 48 | 50 |
| Octal | 251 | 361 | 352 | 36 | 0 | 3 | 5 | 256 | 110 | 120 |
| Binary | 10101001 | 11110001 | 11101010 | 11110 | 0 | 11 | 101 | 10101110 | 1001000 | 1010000 |
Color Harmonies of #A9F1EA
Complementary color
Monochromatic Colors of #A9F1EA
Black with #A9F1EA
Text Example
Text Example
White with #A9F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1EA; }
p { color: rgb(169,241,234); }
H1.HeaderClassName
{
color: #A9F1EA;
}
.AnyTagClassName
{
color: #A9F1EA;
}
</style>
background-color css
<style>
a { background-color: #A9F1EA; }
a { background-color: rgb(169,241,234); }
div.DivClassName
{
background-color: #A9F1EA;
}
.BgClassName
{
background-color: #A9F1EA;
}
</style>
border-color css
<style>
span { border-color: #A9F1EA; }
span { border-color: rgb(169,241,234); }
td.TdClassName
{
border-color: #A9F1EA;
}
.TagClassName
{
border-color: #A9F1EA;
}
</style>