Shades of Pale Turquoise #ABFCF1
Tints of Pale Turquoise #ABFCF1
RGB
CMYK
RGB Variations
Color information
#ABFCF1 (or 0xABFCF1) is known color: Pale Turquoise. HEX triplet: AB, FC and F1. RGB value is (171,252,241). Sum of RGB (Red+Green+Blue) = 171+252+241=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF1 is #54030E. Grayscale: #E2E2E2. Windows color (decimal): -5505807 or 15858859. OLE color: 15858859.
HSL color Cylindrical-coordinate representation of color #ABFCF1: hue angle of 171.85º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFCF1 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 241 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.01 |
| HSL | 171.85º | 0.93% | 0.83% | - |
| HSV(B) | 171.85º | 0.32% | 0.99% | - |
| XYZ | 67.48 | 84.63 | 96 | - |
| YUV | 226.53 | 136.16 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 241 | 0.32 | 0 | 0.04 | 0.01 | 171.85 | 0.93 | 0.83 |
| Hex | AB | FC | F1 | 20 | 0 | 4 | 1 | AC | 5D | 53 |
| Octal | 253 | 374 | 361 | 40 | 0 | 4 | 1 | 254 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11110001 | 100000 | 0 | 100 | 1 | 10101100 | 1011101 | 1010011 |
Color Harmonies of #ABFCF1
Complementary color
Monochromatic Colors of #ABFCF1
Black with #ABFCF1
Text Example
Text Example
White with #ABFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCF1; }
p { color: rgb(171,252,241); }
H1.HeaderClassName
{
color: #ABFCF1;
}
.AnyTagClassName
{
color: #ABFCF1;
}
</style>
background-color css
<style>
a { background-color: #ABFCF1; }
a { background-color: rgb(171,252,241); }
div.DivClassName
{
background-color: #ABFCF1;
}
.BgClassName
{
background-color: #ABFCF1;
}
</style>
border-color css
<style>
span { border-color: #ABFCF1; }
span { border-color: rgb(171,252,241); }
td.TdClassName
{
border-color: #ABFCF1;
}
.TagClassName
{
border-color: #ABFCF1;
}
</style>