Shades of Pale Turquoise #ABF0F9
Tints of Pale Turquoise #ABF0F9
RGB
CMYK
RGB Variations
Color information
#ABF0F9 (or 0xABF0F9) is known color: Pale Turquoise. HEX triplet: AB, F0 and F9. RGB value is (171,240,249). Sum of RGB (Red+Green+Blue) = 171+240+249=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABF0F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0F9 is #540F06. Grayscale: #DCDCDC. Windows color (decimal): -5508871 or 16380075. OLE color: 16380075.
HSL color Cylindrical-coordinate representation of color #ABF0F9: hue angle of 186.92º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF0F9 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 240 | 249 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.02 |
| HSL | 186.92º | 0.87% | 0.82% | - |
| HSV(B) | 186.92º | 0.31% | 0.98% | - |
| XYZ | 65.05 | 77.82 | 101.21 | - |
| YUV | 220.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 249 | 0.31 | 0.04 | 0 | 0.02 | 186.92 | 0.87 | 0.82 |
| Hex | AB | F0 | F9 | 1F | 4 | 0 | 2 | BB | 57 | 52 |
| Octal | 253 | 360 | 371 | 37 | 4 | 0 | 2 | 273 | 127 | 122 |
| Binary | 10101011 | 11110000 | 11111001 | 11111 | 100 | 0 | 10 | 10111011 | 1010111 | 1010010 |
Color Harmonies of #ABF0F9
Complementary color
Monochromatic Colors of #ABF0F9
Black with #ABF0F9
Text Example
Text Example
White with #ABF0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0F9; }
p { color: rgb(171,240,249); }
H1.HeaderClassName
{
color: #ABF0F9;
}
.AnyTagClassName
{
color: #ABF0F9;
}
</style>
background-color css
<style>
a { background-color: #ABF0F9; }
a { background-color: rgb(171,240,249); }
div.DivClassName
{
background-color: #ABF0F9;
}
.BgClassName
{
background-color: #ABF0F9;
}
</style>
border-color css
<style>
span { border-color: #ABF0F9; }
span { border-color: rgb(171,240,249); }
td.TdClassName
{
border-color: #ABF0F9;
}
.TagClassName
{
border-color: #ABF0F9;
}
</style>