Shades of Pale Turquoise #A5ECEC
Tints of Pale Turquoise #A5ECEC
RGB
CMYK
RGB Variations
Color information
#A5ECEC (or 0xA5ECEC) is known color: Pale Turquoise. HEX triplet: A5, EC and EC. RGB value is (165,236,236). Sum of RGB (Red+Green+Blue) = 165+236+236=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #A5ECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECEC is #5A1313. Grayscale: #D6D6D6. Windows color (decimal): -5903124 or 15527077. OLE color: 15527077.
HSL color Cylindrical-coordinate representation of color #A5ECEC: hue angle of 180º 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 #A5ECEC is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 236 | - |
| CMYK | 0.30 | 0 | 0 | 0.07 |
| HSL | 180º | 0.65% | 0.79% | - |
| HSV(B) | 180º | 0.3% | 0.93% | - |
| XYZ | 60.65 | 74.05 | 90.45 | - |
| YUV | 214.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 236 | 0.30 | 0 | 0 | 0.07 | 180 | 0.65 | 0.79 |
| Hex | A5 | EC | EC | 1E | 0 | 0 | 7 | B4 | 41 | 4F |
| Octal | 245 | 354 | 354 | 36 | 0 | 0 | 7 | 264 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11101100 | 11110 | 0 | 0 | 111 | 10110100 | 1000001 | 1001111 |
Color Harmonies of #A5ECEC
Complementary color
Monochromatic Colors of #A5ECEC
Black with #A5ECEC
Text Example
Text Example
White with #A5ECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECEC; }
p { color: rgb(165,236,236); }
H1.HeaderClassName
{
color: #A5ECEC;
}
.AnyTagClassName
{
color: #A5ECEC;
}
</style>
background-color css
<style>
a { background-color: #A5ECEC; }
a { background-color: rgb(165,236,236); }
div.DivClassName
{
background-color: #A5ECEC;
}
.BgClassName
{
background-color: #A5ECEC;
}
</style>
border-color css
<style>
span { border-color: #A5ECEC; }
span { border-color: rgb(165,236,236); }
td.TdClassName
{
border-color: #A5ECEC;
}
.TagClassName
{
border-color: #A5ECEC;
}
</style>