Shades of Pale Turquoise #ABFFF7
Tints of Pale Turquoise #ABFFF7
RGB
CMYK
RGB Variations
Color information
#ABFFF7 (or 0xABFFF7) is known color: Pale Turquoise. HEX triplet: AB, FF and F7. RGB value is (171,255,247). Sum of RGB (Red+Green+Blue) = 171+255+247=673 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.41% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF7 is #540008. Grayscale: #E4E4E4. Windows color (decimal): -5505033 or 16252843. OLE color: 16252843.
HSL color Cylindrical-coordinate representation of color #ABFFF7: hue angle of 174.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFF7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 247 | - |
| CMYK | 0.33 | 0 | 0.03 | 0 |
| HSL | 174.29º | 1% | 0.84% | - |
| HSV(B) | 174.29º | 0.33% | 1% | - |
| XYZ | 69.34 | 86.89 | 101.11 | - |
| YUV | 228.97 | 138.17 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 247 | 0.33 | 0 | 0.03 | 0 | 174.29 | 1 | 0.84 |
| Hex | AB | FF | F7 | 21 | 0 | 3 | 0 | AE | 64 | 54 |
| Octal | 253 | 377 | 367 | 41 | 0 | 3 | 0 | 256 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11110111 | 100001 | 0 | 11 | 0 | 10101110 | 1100100 | 1010100 |
Color Harmonies of #ABFFF7
Complementary color
Monochromatic Colors of #ABFFF7
Black with #ABFFF7
Text Example
Text Example
White with #ABFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFF7; }
p { color: rgb(171,255,247); }
H1.HeaderClassName
{
color: #ABFFF7;
}
.AnyTagClassName
{
color: #ABFFF7;
}
</style>
background-color css
<style>
a { background-color: #ABFFF7; }
a { background-color: rgb(171,255,247); }
div.DivClassName
{
background-color: #ABFFF7;
}
.BgClassName
{
background-color: #ABFFF7;
}
</style>
border-color css
<style>
span { border-color: #ABFFF7; }
span { border-color: rgb(171,255,247); }
td.TdClassName
{
border-color: #ABFFF7;
}
.TagClassName
{
border-color: #ABFFF7;
}
</style>