Shades of Pale Turquoise #ABFDF8
Tints of Pale Turquoise #ABFDF8
RGB
CMYK
RGB Variations
Color information
#ABFDF8 (or 0xABFDF8) is known color: Pale Turquoise. HEX triplet: AB, FD and F8. RGB value is (171,253,248). Sum of RGB (Red+Green+Blue) = 171+253+248=672 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.45% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDF8 is #540207. Grayscale: #E3E3E3. Windows color (decimal): -5505544 or 16317867. OLE color: 16317867.
HSL color Cylindrical-coordinate representation of color #ABFDF8: hue angle of 176.34º degrees, saturation: 0.95, 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 #ABFDF8 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 248 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.01 |
| HSL | 176.34º | 0.95% | 0.83% | - |
| HSV(B) | 176.34º | 0.32% | 0.99% | - |
| XYZ | 68.86 | 85.69 | 101.72 | - |
| YUV | 227.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 248 | 0.32 | 0 | 0.02 | 0.01 | 176.34 | 0.95 | 0.83 |
| Hex | AB | FD | F8 | 20 | 0 | 2 | 1 | B0 | 5F | 53 |
| Octal | 253 | 375 | 370 | 40 | 0 | 2 | 1 | 260 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11111000 | 100000 | 0 | 10 | 1 | 10110000 | 1011111 | 1010011 |
Color Harmonies of #ABFDF8
Complementary color
Monochromatic Colors of #ABFDF8
Black with #ABFDF8
Text Example
Text Example
White with #ABFDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDF8; }
p { color: rgb(171,253,248); }
H1.HeaderClassName
{
color: #ABFDF8;
}
.AnyTagClassName
{
color: #ABFDF8;
}
</style>
background-color css
<style>
a { background-color: #ABFDF8; }
a { background-color: rgb(171,253,248); }
div.DivClassName
{
background-color: #ABFDF8;
}
.BgClassName
{
background-color: #ABFDF8;
}
</style>
border-color css
<style>
span { border-color: #ABFDF8; }
span { border-color: rgb(171,253,248); }
td.TdClassName
{
border-color: #ABFDF8;
}
.TagClassName
{
border-color: #ABFDF8;
}
</style>