Shades of Pale Turquoise #ABECF6
Tints of Pale Turquoise #ABECF6
RGB
CMYK
RGB Variations
Color information
#ABECF6 (or 0xABECF6) is known color: Pale Turquoise. HEX triplet: AB, EC and F6. RGB value is (171,236,246). Sum of RGB (Red+Green+Blue) = 171+236+246=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECF6 is #541309. Grayscale: #D9D9D9. Windows color (decimal): -5509898 or 16182443. OLE color: 16182443.
HSL color Cylindrical-coordinate representation of color #ABECF6: hue angle of 188º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABECF6 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 171 | 236 | 246 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.04 |
| HSL | 188º | 0.81% | 0.82% | - |
| HSV(B) | 188º | 0.3% | 0.96% | - |
| XYZ | 63.42 | 75.3 | 98.38 | - |
| YUV | 217.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 246 | 0.30 | 0.04 | 0 | 0.04 | 188 | 0.81 | 0.82 |
| Hex | AB | EC | F6 | 1E | 4 | 0 | 4 | BC | 51 | 52 |
| Octal | 253 | 354 | 366 | 36 | 4 | 0 | 4 | 274 | 121 | 122 |
| Binary | 10101011 | 11101100 | 11110110 | 11110 | 100 | 0 | 100 | 10111100 | 1010001 | 1010010 |
Color Harmonies of #ABECF6
Complementary color
Monochromatic Colors of #ABECF6
Black with #ABECF6
Text Example
Text Example
White with #ABECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECF6; }
p { color: rgb(171,236,246); }
H1.HeaderClassName
{
color: #ABECF6;
}
.AnyTagClassName
{
color: #ABECF6;
}
</style>
background-color css
<style>
a { background-color: #ABECF6; }
a { background-color: rgb(171,236,246); }
div.DivClassName
{
background-color: #ABECF6;
}
.BgClassName
{
background-color: #ABECF6;
}
</style>
border-color css
<style>
span { border-color: #ABECF6; }
span { border-color: rgb(171,236,246); }
td.TdClassName
{
border-color: #ABECF6;
}
.TagClassName
{
border-color: #ABECF6;
}
</style>