Shades of Pale Turquoise #A9EDF2
Tints of Pale Turquoise #A9EDF2
RGB
CMYK
RGB Variations
Color information
#A9EDF2 (or 0xA9EDF2) is known color: Pale Turquoise. HEX triplet: A9, ED and F2. RGB value is (169,237,242). Sum of RGB (Red+Green+Blue) = 169+237+242=648 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.08% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #A9EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDF2 is #56120D. Grayscale: #D9D9D9. Windows color (decimal): -5640718 or 15920553. OLE color: 15920553.
HSL color Cylindrical-coordinate representation of color #A9EDF2: hue angle of 184.11º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9EDF2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 237 | 242 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.05 |
| HSL | 184.11º | 0.74% | 0.81% | - |
| HSV(B) | 184.11º | 0.3% | 0.95% | - |
| XYZ | 62.67 | 75.41 | 95.26 | - |
| YUV | 217.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 242 | 0.30 | 0.02 | 0 | 0.05 | 184.11 | 0.74 | 0.81 |
| Hex | A9 | ED | F2 | 1E | 2 | 0 | 5 | B8 | 4A | 51 |
| Octal | 251 | 355 | 362 | 36 | 2 | 0 | 5 | 270 | 112 | 121 |
| Binary | 10101001 | 11101101 | 11110010 | 11110 | 10 | 0 | 101 | 10111000 | 1001010 | 1010001 |
Color Harmonies of #A9EDF2
Complementary color
Monochromatic Colors of #A9EDF2
Black with #A9EDF2
Text Example
Text Example
White with #A9EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDF2; }
p { color: rgb(169,237,242); }
H1.HeaderClassName
{
color: #A9EDF2;
}
.AnyTagClassName
{
color: #A9EDF2;
}
</style>
background-color css
<style>
a { background-color: #A9EDF2; }
a { background-color: rgb(169,237,242); }
div.DivClassName
{
background-color: #A9EDF2;
}
.BgClassName
{
background-color: #A9EDF2;
}
</style>
border-color css
<style>
span { border-color: #A9EDF2; }
span { border-color: rgb(169,237,242); }
td.TdClassName
{
border-color: #A9EDF2;
}
.TagClassName
{
border-color: #A9EDF2;
}
</style>