Shades of Pale Turquoise #ABF5F8
Tints of Pale Turquoise #ABF5F8
RGB
CMYK
RGB Variations
Color information
#ABF5F8 (or 0xABF5F8) is known color: Pale Turquoise. HEX triplet: AB, F5 and F8. RGB value is (171,245,248). Sum of RGB (Red+Green+Blue) = 171+245+248=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABF5F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF5F8 is #540A07. Grayscale: #DFDFDF. Windows color (decimal): -5507592 or 16315819. OLE color: 16315819.
HSL color Cylindrical-coordinate representation of color #ABF5F8: hue angle of 182.34º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF5F8 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 245 | 248 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.03 |
| HSL | 182.34º | 0.85% | 0.82% | - |
| HSV(B) | 182.34º | 0.31% | 0.97% | - |
| XYZ | 66.39 | 80.74 | 100.89 | - |
| YUV | 223.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 245 | 248 | 0.31 | 0.01 | 0 | 0.03 | 182.34 | 0.85 | 0.82 |
| Hex | AB | F5 | F8 | 1F | 1 | 0 | 3 | B6 | 55 | 52 |
| Octal | 253 | 365 | 370 | 37 | 1 | 0 | 3 | 266 | 125 | 122 |
| Binary | 10101011 | 11110101 | 11111000 | 11111 | 1 | 0 | 11 | 10110110 | 1010101 | 1010010 |
Color Harmonies of #ABF5F8
Complementary color
Monochromatic Colors of #ABF5F8
Black with #ABF5F8
Text Example
Text Example
White with #ABF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF5F8; }
p { color: rgb(171,245,248); }
H1.HeaderClassName
{
color: #ABF5F8;
}
.AnyTagClassName
{
color: #ABF5F8;
}
</style>
background-color css
<style>
a { background-color: #ABF5F8; }
a { background-color: rgb(171,245,248); }
div.DivClassName
{
background-color: #ABF5F8;
}
.BgClassName
{
background-color: #ABF5F8;
}
</style>
border-color css
<style>
span { border-color: #ABF5F8; }
span { border-color: rgb(171,245,248); }
td.TdClassName
{
border-color: #ABF5F8;
}
.TagClassName
{
border-color: #ABF5F8;
}
</style>