Shades of Pale Turquoise #ABECEB
Tints of Pale Turquoise #ABECEB
RGB
CMYK
RGB Variations
Color information
#ABECEB (or 0xABECEB) is known color: Pale Turquoise. HEX triplet: AB, EC and EB. RGB value is (171,236,235). Sum of RGB (Red+Green+Blue) = 171+236+235=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEB is #541314. Grayscale: #D8D8D8. Windows color (decimal): -5509909 or 15461547. OLE color: 15461547.
HSL color Cylindrical-coordinate representation of color #ABECEB: hue angle of 179.08º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECEB is Cyan = 0.28, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 235 | - |
| CMYK | 0.28 | 0 | 0.00 | 0.07 |
| HSL | 179.08º | 0.63% | 0.8% | - |
| HSV(B) | 179.08º | 0.28% | 0.93% | - |
| XYZ | 61.79 | 74.65 | 89.75 | - |
| YUV | 216.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 235 | 0.28 | 0 | 0.00 | 0.07 | 179.08 | 0.63 | 0.8 |
| Hex | AB | EC | EB | 1C | 0 | 0 | 7 | B3 | 3F | 50 |
| Octal | 253 | 354 | 353 | 34 | 0 | 0 | 7 | 263 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11101011 | 11100 | 0 | 0 | 111 | 10110011 | 111111 | 1010000 |
Color Harmonies of #ABECEB
Complementary color
Monochromatic Colors of #ABECEB
Black with #ABECEB
Text Example
Text Example
White with #ABECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECEB; }
p { color: rgb(171,236,235); }
H1.HeaderClassName
{
color: #ABECEB;
}
.AnyTagClassName
{
color: #ABECEB;
}
</style>
background-color css
<style>
a { background-color: #ABECEB; }
a { background-color: rgb(171,236,235); }
div.DivClassName
{
background-color: #ABECEB;
}
.BgClassName
{
background-color: #ABECEB;
}
</style>
border-color css
<style>
span { border-color: #ABECEB; }
span { border-color: rgb(171,236,235); }
td.TdClassName
{
border-color: #ABECEB;
}
.TagClassName
{
border-color: #ABECEB;
}
</style>