Shades of Pale Turquoise #ABECF0
Tints of Pale Turquoise #ABECF0
RGB
CMYK
RGB Variations
Color information
#ABECF0 (or 0xABECF0) is known color: Pale Turquoise. HEX triplet: AB, EC and F0. RGB value is (171,236,240). Sum of RGB (Red+Green+Blue) = 171+236+240=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECF0 is #54130F. Grayscale: #D8D8D8. Windows color (decimal): -5509904 or 15789227. OLE color: 15789227.
HSL color Cylindrical-coordinate representation of color #ABECF0: hue angle of 183.48º 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 #ABECF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 236 | 240 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.06 |
| HSL | 183.48º | 0.7% | 0.81% | - |
| HSV(B) | 183.48º | 0.29% | 0.94% | - |
| XYZ | 62.52 | 74.94 | 93.61 | - |
| YUV | 217.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 240 | 0.29 | 0.02 | 0 | 0.06 | 183.48 | 0.7 | 0.81 |
| Hex | AB | EC | F0 | 1D | 2 | 0 | 6 | B7 | 46 | 51 |
| Octal | 253 | 354 | 360 | 35 | 2 | 0 | 6 | 267 | 106 | 121 |
| Binary | 10101011 | 11101100 | 11110000 | 11101 | 10 | 0 | 110 | 10110111 | 1000110 | 1010001 |
Color Harmonies of #ABECF0
Complementary color
Monochromatic Colors of #ABECF0
Black with #ABECF0
Text Example
Text Example
White with #ABECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECF0; }
p { color: rgb(171,236,240); }
H1.HeaderClassName
{
color: #ABECF0;
}
.AnyTagClassName
{
color: #ABECF0;
}
</style>
background-color css
<style>
a { background-color: #ABECF0; }
a { background-color: rgb(171,236,240); }
div.DivClassName
{
background-color: #ABECF0;
}
.BgClassName
{
background-color: #ABECF0;
}
</style>
border-color css
<style>
span { border-color: #ABECF0; }
span { border-color: rgb(171,236,240); }
td.TdClassName
{
border-color: #ABECF0;
}
.TagClassName
{
border-color: #ABECF0;
}
</style>