Shades of Pale Turquoise #ABF1EF
Tints of Pale Turquoise #ABF1EF
RGB
CMYK
RGB Variations
Color information
#ABF1EF (or 0xABF1EF) is known color: Pale Turquoise. HEX triplet: AB, F1 and EF. RGB value is (171,241,239). Sum of RGB (Red+Green+Blue) = 171+241+239=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1EF is #540E10. Grayscale: #DBDBDB. Windows color (decimal): -5508625 or 15724971. OLE color: 15724971.
HSL color Cylindrical-coordinate representation of color #ABF1EF: hue angle of 178.29º degrees, saturation: 0.71, 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 #ABF1EF is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 239 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.05 |
| HSL | 178.29º | 0.71% | 0.81% | - |
| HSV(B) | 178.29º | 0.29% | 0.95% | - |
| XYZ | 63.83 | 77.8 | 93.31 | - |
| YUV | 219.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 239 | 0.29 | 0 | 0.01 | 0.05 | 178.29 | 0.71 | 0.81 |
| Hex | AB | F1 | EF | 1D | 0 | 1 | 5 | B2 | 47 | 51 |
| Octal | 253 | 361 | 357 | 35 | 0 | 1 | 5 | 262 | 107 | 121 |
| Binary | 10101011 | 11110001 | 11101111 | 11101 | 0 | 1 | 101 | 10110010 | 1000111 | 1010001 |
Color Harmonies of #ABF1EF
Complementary color
Monochromatic Colors of #ABF1EF
Black with #ABF1EF
Text Example
Text Example
White with #ABF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1EF; }
p { color: rgb(171,241,239); }
H1.HeaderClassName
{
color: #ABF1EF;
}
.AnyTagClassName
{
color: #ABF1EF;
}
</style>
background-color css
<style>
a { background-color: #ABF1EF; }
a { background-color: rgb(171,241,239); }
div.DivClassName
{
background-color: #ABF1EF;
}
.BgClassName
{
background-color: #ABF1EF;
}
</style>
border-color css
<style>
span { border-color: #ABF1EF; }
span { border-color: rgb(171,241,239); }
td.TdClassName
{
border-color: #ABF1EF;
}
.TagClassName
{
border-color: #ABF1EF;
}
</style>