Shades of Pale Turquoise #ABFAEF
Tints of Pale Turquoise #ABFAEF
RGB
CMYK
RGB Variations
Color information
#ABFAEF (or 0xABFAEF) is known color: Pale Turquoise. HEX triplet: AB, FA and EF. RGB value is (171,250,239). Sum of RGB (Red+Green+Blue) = 171+250+239=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAEF is #540510. Grayscale: #E1E1E1. Windows color (decimal): -5506321 or 15727275. OLE color: 15727275.
HSL color Cylindrical-coordinate representation of color #ABFAEF: hue angle of 171.65º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFAEF is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 239 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.02 |
| HSL | 171.65º | 0.89% | 0.83% | - |
| HSV(B) | 171.65º | 0.32% | 0.98% | - |
| XYZ | 66.56 | 83.26 | 94.22 | - |
| YUV | 225.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 239 | 0.32 | 0 | 0.04 | 0.02 | 171.65 | 0.89 | 0.83 |
| Hex | AB | FA | EF | 20 | 0 | 4 | 2 | AC | 59 | 53 |
| Octal | 253 | 372 | 357 | 40 | 0 | 4 | 2 | 254 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11101111 | 100000 | 0 | 100 | 10 | 10101100 | 1011001 | 1010011 |
Color Harmonies of #ABFAEF
Complementary color
Monochromatic Colors of #ABFAEF
Black with #ABFAEF
Text Example
Text Example
White with #ABFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAEF; }
p { color: rgb(171,250,239); }
H1.HeaderClassName
{
color: #ABFAEF;
}
.AnyTagClassName
{
color: #ABFAEF;
}
</style>
background-color css
<style>
a { background-color: #ABFAEF; }
a { background-color: rgb(171,250,239); }
div.DivClassName
{
background-color: #ABFAEF;
}
.BgClassName
{
background-color: #ABFAEF;
}
</style>
border-color css
<style>
span { border-color: #ABFAEF; }
span { border-color: rgb(171,250,239); }
td.TdClassName
{
border-color: #ABFAEF;
}
.TagClassName
{
border-color: #ABFAEF;
}
</style>