Shades of Pale Turquoise #A5ECE7
Tints of Pale Turquoise #A5ECE7
RGB
CMYK
RGB Variations
Color information
#A5ECE7 (or 0xA5ECE7) is known color: Pale Turquoise. HEX triplet: A5, EC and E7. RGB value is (165,236,231). Sum of RGB (Red+Green+Blue) = 165+236+231=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECE7 is #5A1318. Grayscale: #D6D6D6. Windows color (decimal): -5903129 or 15199397. OLE color: 15199397.
HSL color Cylindrical-coordinate representation of color #A5ECE7: hue angle of 175.77º 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 #A5ECE7 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 231 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.07 |
| HSL | 175.77º | 0.65% | 0.79% | - |
| HSV(B) | 175.77º | 0.3% | 0.93% | - |
| XYZ | 59.94 | 73.76 | 86.68 | - |
| YUV | 214.2 | 137.48 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 231 | 0.30 | 0 | 0.02 | 0.07 | 175.77 | 0.65 | 0.79 |
| Hex | A5 | EC | E7 | 1E | 0 | 2 | 7 | B0 | 41 | 4F |
| Octal | 245 | 354 | 347 | 36 | 0 | 2 | 7 | 260 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11100111 | 11110 | 0 | 10 | 111 | 10110000 | 1000001 | 1001111 |
Color Harmonies of #A5ECE7
Complementary color
Monochromatic Colors of #A5ECE7
Black with #A5ECE7
Text Example
Text Example
White with #A5ECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECE7; }
p { color: rgb(165,236,231); }
H1.HeaderClassName
{
color: #A5ECE7;
}
.AnyTagClassName
{
color: #A5ECE7;
}
</style>
background-color css
<style>
a { background-color: #A5ECE7; }
a { background-color: rgb(165,236,231); }
div.DivClassName
{
background-color: #A5ECE7;
}
.BgClassName
{
background-color: #A5ECE7;
}
</style>
border-color css
<style>
span { border-color: #A5ECE7; }
span { border-color: rgb(165,236,231); }
td.TdClassName
{
border-color: #A5ECE7;
}
.TagClassName
{
border-color: #A5ECE7;
}
</style>