Shades of Pale Turquoise #ABFFF8
Tints of Pale Turquoise #ABFFF8
RGB
CMYK
RGB Variations
Color information
#ABFFF8 (or 0xABFFF8) is known color: Pale Turquoise. HEX triplet: AB, FF and F8. RGB value is (171,255,248). Sum of RGB (Red+Green+Blue) = 171+255+248=674 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.37% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF8 is #540007. Grayscale: #E5E5E5. Windows color (decimal): -5505032 or 16318379. OLE color: 16318379.
HSL color Cylindrical-coordinate representation of color #ABFFF8: hue angle of 175º 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 #ABFFF8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 248 | - |
| CMYK | 0.33 | 0 | 0.03 | 0 |
| HSL | 175º | 1% | 0.84% | - |
| HSV(B) | 175º | 0.33% | 1% | - |
| XYZ | 69.5 | 86.96 | 101.93 | - |
| YUV | 229.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 248 | 0.33 | 0 | 0.03 | 0 | 175 | 1 | 0.84 |
| Hex | AB | FF | F8 | 21 | 0 | 3 | 0 | AF | 64 | 54 |
| Octal | 253 | 377 | 370 | 41 | 0 | 3 | 0 | 257 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11111000 | 100001 | 0 | 11 | 0 | 10101111 | 1100100 | 1010100 |
Color Harmonies of #ABFFF8
Complementary color
Monochromatic Colors of #ABFFF8
Black with #ABFFF8
Text Example
Text Example
White with #ABFFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFF8; }
p { color: rgb(171,255,248); }
H1.HeaderClassName
{
color: #ABFFF8;
}
.AnyTagClassName
{
color: #ABFFF8;
}
</style>
background-color css
<style>
a { background-color: #ABFFF8; }
a { background-color: rgb(171,255,248); }
div.DivClassName
{
background-color: #ABFFF8;
}
.BgClassName
{
background-color: #ABFFF8;
}
</style>
border-color css
<style>
span { border-color: #ABFFF8; }
span { border-color: rgb(171,255,248); }
td.TdClassName
{
border-color: #ABFFF8;
}
.TagClassName
{
border-color: #ABFFF8;
}
</style>