Shades of Pale Turquoise #ABFCFB
Tints of Pale Turquoise #ABFCFB
RGB
CMYK
RGB Variations
Color information
#ABFCFB (or 0xABFCFB) is known color: Pale Turquoise. HEX triplet: AB, FC and FB. RGB value is (171,252,251). Sum of RGB (Red+Green+Blue) = 171+252+251=674 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.37% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFB is #540304. Grayscale: #E3E3E3. Windows color (decimal): -5505797 or 16514219. OLE color: 16514219.
HSL color Cylindrical-coordinate representation of color #ABFCFB: hue angle of 179.26º 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 #ABFCFB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 251 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.01 |
| HSL | 179.26º | 0.93% | 0.83% | - |
| HSV(B) | 179.26º | 0.32% | 0.99% | - |
| XYZ | 69.02 | 85.24 | 104.08 | - |
| YUV | 227.67 | 141.16 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 251 | 0.32 | 0 | 0.00 | 0.01 | 179.26 | 0.93 | 0.83 |
| Hex | AB | FC | FB | 20 | 0 | 0 | 1 | B3 | 5D | 53 |
| Octal | 253 | 374 | 373 | 40 | 0 | 0 | 1 | 263 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11111011 | 100000 | 0 | 0 | 1 | 10110011 | 1011101 | 1010011 |
Color Harmonies of #ABFCFB
Complementary color
Monochromatic Colors of #ABFCFB
Black with #ABFCFB
Text Example
Text Example
White with #ABFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCFB; }
p { color: rgb(171,252,251); }
H1.HeaderClassName
{
color: #ABFCFB;
}
.AnyTagClassName
{
color: #ABFCFB;
}
</style>
background-color css
<style>
a { background-color: #ABFCFB; }
a { background-color: rgb(171,252,251); }
div.DivClassName
{
background-color: #ABFCFB;
}
.BgClassName
{
background-color: #ABFCFB;
}
</style>
border-color css
<style>
span { border-color: #ABFCFB; }
span { border-color: rgb(171,252,251); }
td.TdClassName
{
border-color: #ABFCFB;
}
.TagClassName
{
border-color: #ABFCFB;
}
</style>