Shades of Pale Turquoise #ABF0EC
Tints of Pale Turquoise #ABF0EC
RGB
CMYK
RGB Variations
Color information
#ABF0EC (or 0xABF0EC) is known color: Pale Turquoise. HEX triplet: AB, F0 and EC. RGB value is (171,240,236). Sum of RGB (Red+Green+Blue) = 171+240+236=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0EC is #540F13. Grayscale: #DADADA. Windows color (decimal): -5508884 or 15528107. OLE color: 15528107.
HSL color Cylindrical-coordinate representation of color #ABF0EC: hue angle of 176.52º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0EC is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 236 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.06 |
| HSL | 176.52º | 0.7% | 0.81% | - |
| HSV(B) | 176.52º | 0.29% | 0.94% | - |
| XYZ | 63.1 | 77.03 | 90.9 | - |
| YUV | 218.91 | 137.64 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 236 | 0.29 | 0 | 0.02 | 0.06 | 176.52 | 0.7 | 0.81 |
| Hex | AB | F0 | EC | 1D | 0 | 2 | 6 | B1 | 46 | 51 |
| Octal | 253 | 360 | 354 | 35 | 0 | 2 | 6 | 261 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11101100 | 11101 | 0 | 10 | 110 | 10110001 | 1000110 | 1010001 |
Color Harmonies of #ABF0EC
Complementary color
Monochromatic Colors of #ABF0EC
Black with #ABF0EC
Text Example
Text Example
White with #ABF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0EC; }
p { color: rgb(171,240,236); }
H1.HeaderClassName
{
color: #ABF0EC;
}
.AnyTagClassName
{
color: #ABF0EC;
}
</style>
background-color css
<style>
a { background-color: #ABF0EC; }
a { background-color: rgb(171,240,236); }
div.DivClassName
{
background-color: #ABF0EC;
}
.BgClassName
{
background-color: #ABF0EC;
}
</style>
border-color css
<style>
span { border-color: #ABF0EC; }
span { border-color: rgb(171,240,236); }
td.TdClassName
{
border-color: #ABF0EC;
}
.TagClassName
{
border-color: #ABF0EC;
}
</style>