Shades of Pale Turquoise #A9F1ED
Tints of Pale Turquoise #A9F1ED
RGB
CMYK
RGB Variations
Color information
#A9F1ED (or 0xA9F1ED) is known color: Pale Turquoise. HEX triplet: A9, F1 and ED. RGB value is (169,241,237). Sum of RGB (Red+Green+Blue) = 169+241+237=647 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.12% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9F1ED is #560E12. Grayscale: #DADADA. Windows color (decimal): -5639699 or 15593897. OLE color: 15593897.
HSL color Cylindrical-coordinate representation of color #A9F1ED: hue angle of 176.67º 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 #A9F1ED is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 169 | 241 | 237 | - |
CMYK | 0.30 | 0 | 0.02 | 0.05 |
HSL | 176.67º | 0.72% | 0.8% | - |
HSV(B) | 176.67º | 0.3% | 0.95% | - |
XYZ | 63.1 | 77.46 | 91.75 | - |
YUV | 219.02 | 138.15 | 92.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 169 | 241 | 237 | 0.30 | 0 | 0.02 | 0.05 | 176.67 | 0.72 | 0.8 |
Hex | A9 | F1 | ED | 1E | 0 | 2 | 5 | B1 | 48 | 50 |
Octal | 251 | 361 | 355 | 36 | 0 | 2 | 5 | 261 | 110 | 120 |
Binary | 10101001 | 11110001 | 11101101 | 11110 | 0 | 10 | 101 | 10110001 | 1001000 | 1010000 |
Color Harmonies of #A9F1ED
Complementary color
Monochromatic Colors of #A9F1ED
Black with #A9F1ED
Text Example
Text Example
White with #A9F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1ED; }
p { color: rgb(169,241,237); }
H1.HeaderClassName
{
color: #A9F1ED;
}
.AnyTagClassName
{
color: #A9F1ED;
}
</style>
background-color css
<style>
a { background-color: #A9F1ED; }
a { background-color: rgb(169,241,237); }
div.DivClassName
{
background-color: #A9F1ED;
}
.BgClassName
{
background-color: #A9F1ED;
}
</style>
border-color css
<style>
span { border-color: #A9F1ED; }
span { border-color: rgb(169,241,237); }
td.TdClassName
{
border-color: #A9F1ED;
}
.TagClassName
{
border-color: #A9F1ED;
}
</style>