Shades of Pale Turquoise #A9EFE5
Tints of Pale Turquoise #A9EFE5
RGB
CMYK
RGB Variations
Color information
#A9EFE5 (or 0xA9EFE5) is known color: Pale Turquoise. HEX triplet: A9, EF and E5. RGB value is (169,239,229). Sum of RGB (Red+Green+Blue) = 169+239+229=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFE5 is #56101A. Grayscale: #D8D8D8. Windows color (decimal): -5640219 or 15069097. OLE color: 15069097.
HSL color Cylindrical-coordinate representation of color #A9EFE5: hue angle of 171.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFE5 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 229 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.06 |
| HSL | 171.43º | 0.69% | 0.8% | - |
| HSV(B) | 171.43º | 0.29% | 0.94% | - |
| XYZ | 61.37 | 75.83 | 85.53 | - |
| YUV | 216.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 229 | 0.29 | 0 | 0.04 | 0.06 | 171.43 | 0.69 | 0.8 |
| Hex | A9 | EF | E5 | 1D | 0 | 4 | 6 | AB | 45 | 50 |
| Octal | 251 | 357 | 345 | 35 | 0 | 4 | 6 | 253 | 105 | 120 |
| Binary | 10101001 | 11101111 | 11100101 | 11101 | 0 | 100 | 110 | 10101011 | 1000101 | 1010000 |
Color Harmonies of #A9EFE5
Complementary color
Monochromatic Colors of #A9EFE5
Black with #A9EFE5
Text Example
Text Example
White with #A9EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EFE5; }
p { color: rgb(169,239,229); }
H1.HeaderClassName
{
color: #A9EFE5;
}
.AnyTagClassName
{
color: #A9EFE5;
}
</style>
background-color css
<style>
a { background-color: #A9EFE5; }
a { background-color: rgb(169,239,229); }
div.DivClassName
{
background-color: #A9EFE5;
}
.BgClassName
{
background-color: #A9EFE5;
}
</style>
border-color css
<style>
span { border-color: #A9EFE5; }
span { border-color: rgb(169,239,229); }
td.TdClassName
{
border-color: #A9EFE5;
}
.TagClassName
{
border-color: #A9EFE5;
}
</style>