Shades of Pale Turquoise #ABECEC
Tints of Pale Turquoise #ABECEC
RGB
CMYK
RGB Variations
Color information
#ABECEC (or 0xABECEC) is known color: Pale Turquoise. HEX triplet: AB, EC and EC. RGB value is (171,236,236). Sum of RGB (Red+Green+Blue) = 171+236+236=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #ABECEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECEC is #541313. Grayscale: #D8D8D8. Windows color (decimal): -5509908 or 15527083. OLE color: 15527083.
HSL color Cylindrical-coordinate representation of color #ABECEC: hue angle of 180º 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 #ABECEC is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 236 | - |
| CMYK | 0.28 | 0 | 0 | 0.07 |
| HSL | 180º | 0.63% | 0.8% | - |
| HSV(B) | 180º | 0.28% | 0.93% | - |
| XYZ | 61.93 | 74.7 | 90.51 | - |
| YUV | 216.57 | 138.97 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 236 | 0.28 | 0 | 0 | 0.07 | 180 | 0.63 | 0.8 |
| Hex | AB | EC | EC | 1C | 0 | 0 | 7 | B4 | 3F | 50 |
| Octal | 253 | 354 | 354 | 34 | 0 | 0 | 7 | 264 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11101100 | 11100 | 0 | 0 | 111 | 10110100 | 111111 | 1010000 |
Color Harmonies of #ABECEC
Complementary color
Monochromatic Colors of #ABECEC
Black with #ABECEC
Text Example
Text Example
White with #ABECEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECEC; }
p { color: rgb(171,236,236); }
H1.HeaderClassName
{
color: #ABECEC;
}
.AnyTagClassName
{
color: #ABECEC;
}
</style>
background-color css
<style>
a { background-color: #ABECEC; }
a { background-color: rgb(171,236,236); }
div.DivClassName
{
background-color: #ABECEC;
}
.BgClassName
{
background-color: #ABECEC;
}
</style>
border-color css
<style>
span { border-color: #ABECEC; }
span { border-color: rgb(171,236,236); }
td.TdClassName
{
border-color: #ABECEC;
}
.TagClassName
{
border-color: #ABECEC;
}
</style>