Shades of Pale Turquoise #ABFCF7
Tints of Pale Turquoise #ABFCF7
RGB
CMYK
RGB Variations
Color information
#ABFCF7 (or 0xABFCF7) is known color: Pale Turquoise. HEX triplet: AB, FC and F7. RGB value is (171,252,247). Sum of RGB (Red+Green+Blue) = 171+252+247=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF7 is #540308. Grayscale: #E3E3E3. Windows color (decimal): -5505801 or 16252075. OLE color: 16252075.
HSL color Cylindrical-coordinate representation of color #ABFCF7: hue angle of 176.3º 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 #ABFCF7 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 247 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.01 |
| HSL | 176.3º | 0.93% | 0.83% | - |
| HSV(B) | 176.3º | 0.32% | 0.99% | - |
| XYZ | 68.39 | 84.99 | 100.8 | - |
| YUV | 227.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 247 | 0.32 | 0 | 0.02 | 0.01 | 176.3 | 0.93 | 0.83 |
| Hex | AB | FC | F7 | 20 | 0 | 2 | 1 | B0 | 5D | 53 |
| Octal | 253 | 374 | 367 | 40 | 0 | 2 | 1 | 260 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11110111 | 100000 | 0 | 10 | 1 | 10110000 | 1011101 | 1010011 |
Color Harmonies of #ABFCF7
Complementary color
Monochromatic Colors of #ABFCF7
Black with #ABFCF7
Text Example
Text Example
White with #ABFCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCF7; }
p { color: rgb(171,252,247); }
H1.HeaderClassName
{
color: #ABFCF7;
}
.AnyTagClassName
{
color: #ABFCF7;
}
</style>
background-color css
<style>
a { background-color: #ABFCF7; }
a { background-color: rgb(171,252,247); }
div.DivClassName
{
background-color: #ABFCF7;
}
.BgClassName
{
background-color: #ABFCF7;
}
</style>
border-color css
<style>
span { border-color: #ABFCF7; }
span { border-color: rgb(171,252,247); }
td.TdClassName
{
border-color: #ABFCF7;
}
.TagClassName
{
border-color: #ABFCF7;
}
</style>