Shades of Pale Turquoise #ABF2EA
Tints of Pale Turquoise #ABF2EA
RGB
CMYK
RGB Variations
Color information
#ABF2EA (or 0xABF2EA) is known color: Pale Turquoise. HEX triplet: AB, F2 and EA. RGB value is (171,242,234). Sum of RGB (Red+Green+Blue) = 171+242+234=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2EA is #540D15. Grayscale: #DBDBDB. Windows color (decimal): -5508374 or 15397547. OLE color: 15397547.
HSL color Cylindrical-coordinate representation of color #ABF2EA: hue angle of 173.24º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2EA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 234 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.05 |
| HSL | 173.24º | 0.73% | 0.81% | - |
| HSV(B) | 173.24º | 0.29% | 0.95% | - |
| XYZ | 63.4 | 78.1 | 89.58 | - |
| YUV | 219.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 234 | 0.29 | 0 | 0.03 | 0.05 | 173.24 | 0.73 | 0.81 |
| Hex | AB | F2 | EA | 1D | 0 | 3 | 5 | AD | 49 | 51 |
| Octal | 253 | 362 | 352 | 35 | 0 | 3 | 5 | 255 | 111 | 121 |
| Binary | 10101011 | 11110010 | 11101010 | 11101 | 0 | 11 | 101 | 10101101 | 1001001 | 1010001 |
Color Harmonies of #ABF2EA
Complementary color
Monochromatic Colors of #ABF2EA
Black with #ABF2EA
Text Example
Text Example
White with #ABF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF2EA; }
p { color: rgb(171,242,234); }
H1.HeaderClassName
{
color: #ABF2EA;
}
.AnyTagClassName
{
color: #ABF2EA;
}
</style>
background-color css
<style>
a { background-color: #ABF2EA; }
a { background-color: rgb(171,242,234); }
div.DivClassName
{
background-color: #ABF2EA;
}
.BgClassName
{
background-color: #ABF2EA;
}
</style>
border-color css
<style>
span { border-color: #ABF2EA; }
span { border-color: rgb(171,242,234); }
td.TdClassName
{
border-color: #ABF2EA;
}
.TagClassName
{
border-color: #ABF2EA;
}
</style>