Shades of Pale Turquoise #ABFAED
Tints of Pale Turquoise #ABFAED
RGB
CMYK
RGB Variations
Color information
#ABFAED (or 0xABFAED) is known color: Pale Turquoise. HEX triplet: AB, FA and ED. RGB value is (171,250,237). Sum of RGB (Red+Green+Blue) = 171+250+237=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAED is #540512. Grayscale: #E0E0E0. Windows color (decimal): -5506323 or 15596203. OLE color: 15596203.
HSL color Cylindrical-coordinate representation of color #ABFAED: hue angle of 170.13º 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 #ABFAED is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 250 | 237 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.02 |
| HSL | 170.13º | 0.89% | 0.83% | - |
| HSV(B) | 170.13º | 0.32% | 0.98% | - |
| XYZ | 66.27 | 83.14 | 92.68 | - |
| YUV | 224.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 250 | 237 | 0.32 | 0 | 0.05 | 0.02 | 170.13 | 0.89 | 0.83 |
| Hex | AB | FA | ED | 20 | 0 | 5 | 2 | AA | 59 | 53 |
| Octal | 253 | 372 | 355 | 40 | 0 | 5 | 2 | 252 | 131 | 123 |
| Binary | 10101011 | 11111010 | 11101101 | 100000 | 0 | 101 | 10 | 10101010 | 1011001 | 1010011 |
Color Harmonies of #ABFAED
Complementary color
Monochromatic Colors of #ABFAED
Black with #ABFAED
Text Example
Text Example
White with #ABFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFAED; }
p { color: rgb(171,250,237); }
H1.HeaderClassName
{
color: #ABFAED;
}
.AnyTagClassName
{
color: #ABFAED;
}
</style>
background-color css
<style>
a { background-color: #ABFAED; }
a { background-color: rgb(171,250,237); }
div.DivClassName
{
background-color: #ABFAED;
}
.BgClassName
{
background-color: #ABFAED;
}
</style>
border-color css
<style>
span { border-color: #ABFAED; }
span { border-color: rgb(171,250,237); }
td.TdClassName
{
border-color: #ABFAED;
}
.TagClassName
{
border-color: #ABFAED;
}
</style>