Shades of Pale Turquoise #ABECEA
Tints of Pale Turquoise #ABECEA
RGB
CMYK
RGB Variations
Color information
#ABECEA (or 0xABECEA) is known color: Pale Turquoise. HEX triplet: AB, EC and EA. RGB value is (171,236,234). Sum of RGB (Red+Green+Blue) = 171+236+234=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEA is #541315. Grayscale: #D8D8D8. Windows color (decimal): -5509910 or 15396011. OLE color: 15396011.
HSL color Cylindrical-coordinate representation of color #ABECEA: hue angle of 178.15º 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 #ABECEA is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 234 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.07 |
| HSL | 178.15º | 0.63% | 0.8% | - |
| HSV(B) | 178.15º | 0.28% | 0.93% | - |
| XYZ | 61.64 | 74.59 | 88.99 | - |
| YUV | 216.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 234 | 0.28 | 0 | 0.01 | 0.07 | 178.15 | 0.63 | 0.8 |
| Hex | AB | EC | EA | 1C | 0 | 1 | 7 | B2 | 3F | 50 |
| Octal | 253 | 354 | 352 | 34 | 0 | 1 | 7 | 262 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11101010 | 11100 | 0 | 1 | 111 | 10110010 | 111111 | 1010000 |
Color Harmonies of #ABECEA
Complementary color
Monochromatic Colors of #ABECEA
Black with #ABECEA
Text Example
Text Example
White with #ABECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECEA; }
p { color: rgb(171,236,234); }
H1.HeaderClassName
{
color: #ABECEA;
}
.AnyTagClassName
{
color: #ABECEA;
}
</style>
background-color css
<style>
a { background-color: #ABECEA; }
a { background-color: rgb(171,236,234); }
div.DivClassName
{
background-color: #ABECEA;
}
.BgClassName
{
background-color: #ABECEA;
}
</style>
border-color css
<style>
span { border-color: #ABECEA; }
span { border-color: rgb(171,236,234); }
td.TdClassName
{
border-color: #ABECEA;
}
.TagClassName
{
border-color: #ABECEA;
}
</style>