Shades of Pale Turquoise #ABEFFC
Tints of Pale Turquoise #ABEFFC
RGB
CMYK
RGB Variations
Color information
#ABEFFC (or 0xABEFFC) is known color: Pale Turquoise. HEX triplet: AB, EF and FC. RGB value is (171,239,252). Sum of RGB (Red+Green+Blue) = 171+239+252=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABEFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEFFC is #541003. Grayscale: #DCDCDC. Windows color (decimal): -5509124 or 16576427. OLE color: 16576427.
HSL color Cylindrical-coordinate representation of color #ABEFFC: hue angle of 189.63º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEFFC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 239 | 252 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.01 |
| HSL | 189.63º | 0.93% | 0.83% | - |
| HSV(B) | 189.63º | 0.32% | 0.99% | - |
| XYZ | 65.23 | 77.42 | 103.6 | - |
| YUV | 220.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 252 | 0.32 | 0.05 | 0 | 0.01 | 189.63 | 0.93 | 0.83 |
| Hex | AB | EF | FC | 20 | 5 | 0 | 1 | BE | 5D | 53 |
| Octal | 253 | 357 | 374 | 40 | 5 | 0 | 1 | 276 | 135 | 123 |
| Binary | 10101011 | 11101111 | 11111100 | 100000 | 101 | 0 | 1 | 10111110 | 1011101 | 1010011 |
Color Harmonies of #ABEFFC
Complementary color
Monochromatic Colors of #ABEFFC
Black with #ABEFFC
Text Example
Text Example
White with #ABEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFFC; }
p { color: rgb(171,239,252); }
H1.HeaderClassName
{
color: #ABEFFC;
}
.AnyTagClassName
{
color: #ABEFFC;
}
</style>
background-color css
<style>
a { background-color: #ABEFFC; }
a { background-color: rgb(171,239,252); }
div.DivClassName
{
background-color: #ABEFFC;
}
.BgClassName
{
background-color: #ABEFFC;
}
</style>
border-color css
<style>
span { border-color: #ABEFFC; }
span { border-color: rgb(171,239,252); }
td.TdClassName
{
border-color: #ABEFFC;
}
.TagClassName
{
border-color: #ABEFFC;
}
</style>