Shades of Pale Turquoise #ABFEF2
Tints of Pale Turquoise #ABFEF2
RGB
CMYK
RGB Variations
Color information
#ABFEF2 (or 0xABFEF2) is known color: Pale Turquoise. HEX triplet: AB, FE and F2. RGB value is (171,254,242). Sum of RGB (Red+Green+Blue) = 171+254+242=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF2 is #54010D. Grayscale: #E3E3E3. Windows color (decimal): -5505294 or 15924907. OLE color: 15924907.
HSL color Cylindrical-coordinate representation of color #ABFEF2: hue angle of 171.33º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEF2 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 242 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.00 |
| HSL | 171.33º | 0.98% | 0.83% | - |
| HSV(B) | 171.33º | 0.33% | 1% | - |
| XYZ | 68.26 | 85.95 | 97 | - |
| YUV | 227.82 | 136 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 242 | 0.33 | 0 | 0.05 | 0.00 | 171.33 | 0.98 | 0.83 |
| Hex | AB | FE | F2 | 21 | 0 | 5 | 0 | AB | 62 | 53 |
| Octal | 253 | 376 | 362 | 41 | 0 | 5 | 0 | 253 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11110010 | 100001 | 0 | 101 | 0 | 10101011 | 1100010 | 1010011 |
Color Harmonies of #ABFEF2
Complementary color
Monochromatic Colors of #ABFEF2
Black with #ABFEF2
Text Example
Text Example
White with #ABFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEF2; }
p { color: rgb(171,254,242); }
H1.HeaderClassName
{
color: #ABFEF2;
}
.AnyTagClassName
{
color: #ABFEF2;
}
</style>
background-color css
<style>
a { background-color: #ABFEF2; }
a { background-color: rgb(171,254,242); }
div.DivClassName
{
background-color: #ABFEF2;
}
.BgClassName
{
background-color: #ABFEF2;
}
</style>
border-color css
<style>
span { border-color: #ABFEF2; }
span { border-color: rgb(171,254,242); }
td.TdClassName
{
border-color: #ABFEF2;
}
.TagClassName
{
border-color: #ABFEF2;
}
</style>