Shades of Pale Turquoise #A8ECEB
Tints of Pale Turquoise #A8ECEB
RGB
CMYK
RGB Variations
Color information
#A8ECEB (or 0xA8ECEB) is known color: Pale Turquoise. HEX triplet: A8, EC and EB. RGB value is (168,236,235). Sum of RGB (Red+Green+Blue) = 168+236+235=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECEB is #571314. Grayscale: #D7D7D7. Windows color (decimal): -5706517 or 15461544. OLE color: 15461544.
HSL color Cylindrical-coordinate representation of color #A8ECEB: hue angle of 179.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECEB is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 235 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.07 |
| HSL | 179.12º | 0.64% | 0.79% | - |
| HSV(B) | 179.12º | 0.29% | 0.93% | - |
| XYZ | 61.14 | 74.31 | 89.72 | - |
| YUV | 215.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 235 | 0.29 | 0 | 0.00 | 0.07 | 179.12 | 0.64 | 0.79 |
| Hex | A8 | EC | EB | 1D | 0 | 0 | 7 | B3 | 40 | 4F |
| Octal | 250 | 354 | 353 | 35 | 0 | 0 | 7 | 263 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11101011 | 11101 | 0 | 0 | 111 | 10110011 | 1000000 | 1001111 |
Color Harmonies of #A8ECEB
Complementary color
Monochromatic Colors of #A8ECEB
Black with #A8ECEB
Text Example
Text Example
White with #A8ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECEB; }
p { color: rgb(168,236,235); }
H1.HeaderClassName
{
color: #A8ECEB;
}
.AnyTagClassName
{
color: #A8ECEB;
}
</style>
background-color css
<style>
a { background-color: #A8ECEB; }
a { background-color: rgb(168,236,235); }
div.DivClassName
{
background-color: #A8ECEB;
}
.BgClassName
{
background-color: #A8ECEB;
}
</style>
border-color css
<style>
span { border-color: #A8ECEB; }
span { border-color: rgb(168,236,235); }
td.TdClassName
{
border-color: #A8ECEB;
}
.TagClassName
{
border-color: #A8ECEB;
}
</style>