Shades of Pale Turquoise #ABF1FA
Tints of Pale Turquoise #ABF1FA
RGB
CMYK
RGB Variations
Color information
#ABF1FA (or 0xABF1FA) is known color: Pale Turquoise. HEX triplet: AB, F1 and FA. RGB value is (171,241,250). Sum of RGB (Red+Green+Blue) = 171+241+250=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 241 (94.53% from 255 or 36.40% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABF1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1FA is #540E05. Grayscale: #DCDCDC. Windows color (decimal): -5508614 or 16445867. OLE color: 16445867.
HSL color Cylindrical-coordinate representation of color #ABF1FA: hue angle of 186.84º 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 #ABF1FA is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 241 | 250 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.02 |
| HSL | 186.84º | 0.89% | 0.83% | - |
| HSV(B) | 186.84º | 0.32% | 0.98% | - |
| XYZ | 65.51 | 78.47 | 102.14 | - |
| YUV | 221.1 | 144.31 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 250 | 0.32 | 0.04 | 0 | 0.02 | 186.84 | 0.89 | 0.83 |
| Hex | AB | F1 | FA | 20 | 4 | 0 | 2 | BB | 59 | 53 |
| Octal | 253 | 361 | 372 | 40 | 4 | 0 | 2 | 273 | 131 | 123 |
| Binary | 10101011 | 11110001 | 11111010 | 100000 | 100 | 0 | 10 | 10111011 | 1011001 | 1010011 |
Color Harmonies of #ABF1FA
Complementary color
Monochromatic Colors of #ABF1FA
Black with #ABF1FA
Text Example
Text Example
White with #ABF1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1FA; }
p { color: rgb(171,241,250); }
H1.HeaderClassName
{
color: #ABF1FA;
}
.AnyTagClassName
{
color: #ABF1FA;
}
</style>
background-color css
<style>
a { background-color: #ABF1FA; }
a { background-color: rgb(171,241,250); }
div.DivClassName
{
background-color: #ABF1FA;
}
.BgClassName
{
background-color: #ABF1FA;
}
</style>
border-color css
<style>
span { border-color: #ABF1FA; }
span { border-color: rgb(171,241,250); }
td.TdClassName
{
border-color: #ABF1FA;
}
.TagClassName
{
border-color: #ABF1FA;
}
</style>