Shades of Pale Turquoise #ABFAEB
Tints of Pale Turquoise #ABFAEB
RGB
CMYK
RGB Variations
Color information
#ABFAEB (or 0xABFAEB) is known color: Pale Turquoise. HEX triplet: AB, FA and EB. RGB value is (171,250,235). Sum of RGB (Red+Green+Blue) = 171+250+235=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAEB is #540514. Grayscale: #E0E0E0. Windows color (decimal): -5506325 or 15465131. OLE color: 15465131.
HSL color Cylindrical-coordinate representation of color #ABFAEB: hue angle of 168.61º 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 #ABFAEB is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 235 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.02 |
| HSL | 168.61º | 0.89% | 0.83% | - |
| HSV(B) | 168.61º | 0.32% | 0.98% | - |
| XYZ | 65.98 | 83.03 | 91.15 | - |
| YUV | 224.67 | 133.83 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 235 | 0.32 | 0 | 0.06 | 0.02 | 168.61 | 0.89 | 0.83 |
| Hex | AB | FA | EB | 20 | 0 | 6 | 2 | A9 | 59 | 53 |
| Octal | 253 | 372 | 353 | 40 | 0 | 6 | 2 | 251 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11101011 | 100000 | 0 | 110 | 10 | 10101001 | 1011001 | 1010011 |
Color Harmonies of #ABFAEB
Complementary color
Monochromatic Colors of #ABFAEB
Black with #ABFAEB
Text Example
Text Example
White with #ABFAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAEB; }
p { color: rgb(171,250,235); }
H1.HeaderClassName
{
color: #ABFAEB;
}
.AnyTagClassName
{
color: #ABFAEB;
}
</style>
background-color css
<style>
a { background-color: #ABFAEB; }
a { background-color: rgb(171,250,235); }
div.DivClassName
{
background-color: #ABFAEB;
}
.BgClassName
{
background-color: #ABFAEB;
}
</style>
border-color css
<style>
span { border-color: #ABFAEB; }
span { border-color: rgb(171,250,235); }
td.TdClassName
{
border-color: #ABFAEB;
}
.TagClassName
{
border-color: #ABFAEB;
}
</style>