Shades of Pale Turquoise #A5ECE3
Tints of Pale Turquoise #A5ECE3
RGB
CMYK
RGB Variations
Color information
#A5ECE3 (or 0xA5ECE3) is known color: Pale Turquoise. HEX triplet: A5, EC and E3. RGB value is (165,236,227). Sum of RGB (Red+Green+Blue) = 165+236+227=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECE3 is #5A131C. Grayscale: #D5D5D5. Windows color (decimal): -5903133 or 14937253. OLE color: 14937253.
HSL color Cylindrical-coordinate representation of color #A5ECE3: hue angle of 172.39º 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 #A5ECE3 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 227 | - |
| CMYK | 0.30 | 0 | 0.04 | 0.07 |
| HSL | 172.39º | 0.65% | 0.79% | - |
| HSV(B) | 172.39º | 0.3% | 0.93% | - |
| XYZ | 59.38 | 73.54 | 83.74 | - |
| YUV | 213.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 227 | 0.30 | 0 | 0.04 | 0.07 | 172.39 | 0.65 | 0.79 |
| Hex | A5 | EC | E3 | 1E | 0 | 4 | 7 | AC | 41 | 4F |
| Octal | 245 | 354 | 343 | 36 | 0 | 4 | 7 | 254 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11100011 | 11110 | 0 | 100 | 111 | 10101100 | 1000001 | 1001111 |
Color Harmonies of #A5ECE3
Complementary color
Monochromatic Colors of #A5ECE3
Black with #A5ECE3
Text Example
Text Example
White with #A5ECE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECE3; }
p { color: rgb(165,236,227); }
H1.HeaderClassName
{
color: #A5ECE3;
}
.AnyTagClassName
{
color: #A5ECE3;
}
</style>
background-color css
<style>
a { background-color: #A5ECE3; }
a { background-color: rgb(165,236,227); }
div.DivClassName
{
background-color: #A5ECE3;
}
.BgClassName
{
background-color: #A5ECE3;
}
</style>
border-color css
<style>
span { border-color: #A5ECE3; }
span { border-color: rgb(165,236,227); }
td.TdClassName
{
border-color: #A5ECE3;
}
.TagClassName
{
border-color: #A5ECE3;
}
</style>