Shades of Pale Turquoise #ABF3EC
Tints of Pale Turquoise #ABF3EC
RGB
CMYK
RGB Variations
Color information
#ABF3EC (or 0xABF3EC) is known color: Pale Turquoise. HEX triplet: AB, F3 and EC. RGB value is (171,243,236). Sum of RGB (Red+Green+Blue) = 171+243+236=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 243 (95.31% from 255 or 37.38% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF3EC is #540C13. Grayscale: #DCDCDC. Windows color (decimal): -5508116 or 15528875. OLE color: 15528875.
HSL color Cylindrical-coordinate representation of color #ABF3EC: hue angle of 174.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3EC is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 236 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.05 |
| HSL | 174.17º | 0.75% | 0.81% | - |
| HSV(B) | 174.17º | 0.3% | 0.95% | - |
| XYZ | 63.99 | 78.82 | 91.2 | - |
| YUV | 220.67 | 136.65 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 236 | 0.30 | 0 | 0.03 | 0.05 | 174.17 | 0.75 | 0.81 |
| Hex | AB | F3 | EC | 1E | 0 | 3 | 5 | AE | 4B | 51 |
| Octal | 253 | 363 | 354 | 36 | 0 | 3 | 5 | 256 | 113 | 121 |
| Binary | 10101011 | 11110011 | 11101100 | 11110 | 0 | 11 | 101 | 10101110 | 1001011 | 1010001 |
Color Harmonies of #ABF3EC
Complementary color
Monochromatic Colors of #ABF3EC
Black with #ABF3EC
Text Example
Text Example
White with #ABF3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3EC; }
p { color: rgb(171,243,236); }
H1.HeaderClassName
{
color: #ABF3EC;
}
.AnyTagClassName
{
color: #ABF3EC;
}
</style>
background-color css
<style>
a { background-color: #ABF3EC; }
a { background-color: rgb(171,243,236); }
div.DivClassName
{
background-color: #ABF3EC;
}
.BgClassName
{
background-color: #ABF3EC;
}
</style>
border-color css
<style>
span { border-color: #ABF3EC; }
span { border-color: rgb(171,243,236); }
td.TdClassName
{
border-color: #ABF3EC;
}
.TagClassName
{
border-color: #ABF3EC;
}
</style>