Shades of Pale Turquoise #A5ECE9
Tints of Pale Turquoise #A5ECE9
RGB
CMYK
RGB Variations
Color information
#A5ECE9 (or 0xA5ECE9) is known color: Pale Turquoise. HEX triplet: A5, EC and E9. RGB value is (165,236,233). Sum of RGB (Red+Green+Blue) = 165+236+233=634 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.03% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 233 (91.41% from 255 or 36.75% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECE9 is #5A1316. Grayscale: #D6D6D6. Windows color (decimal): -5903127 or 15330469. OLE color: 15330469.
HSL color Cylindrical-coordinate representation of color #A5ECE9: hue angle of 177.46º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECE9 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 233 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.07 |
| HSL | 177.46º | 0.65% | 0.79% | - |
| HSV(B) | 177.46º | 0.3% | 0.93% | - |
| XYZ | 60.22 | 73.87 | 88.18 | - |
| YUV | 214.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 233 | 0.30 | 0 | 0.01 | 0.07 | 177.46 | 0.65 | 0.79 |
| Hex | A5 | EC | E9 | 1E | 0 | 1 | 7 | B1 | 41 | 4F |
| Octal | 245 | 354 | 351 | 36 | 0 | 1 | 7 | 261 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11101001 | 11110 | 0 | 1 | 111 | 10110001 | 1000001 | 1001111 |
Color Harmonies of #A5ECE9
Complementary color
Monochromatic Colors of #A5ECE9
Black with #A5ECE9
Text Example
Text Example
White with #A5ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECE9; }
p { color: rgb(165,236,233); }
H1.HeaderClassName
{
color: #A5ECE9;
}
.AnyTagClassName
{
color: #A5ECE9;
}
</style>
background-color css
<style>
a { background-color: #A5ECE9; }
a { background-color: rgb(165,236,233); }
div.DivClassName
{
background-color: #A5ECE9;
}
.BgClassName
{
background-color: #A5ECE9;
}
</style>
border-color css
<style>
span { border-color: #A5ECE9; }
span { border-color: rgb(165,236,233); }
td.TdClassName
{
border-color: #A5ECE9;
}
.TagClassName
{
border-color: #A5ECE9;
}
</style>