Shades of Pale Turquoise #ABF0F2
Tints of Pale Turquoise #ABF0F2
RGB
CMYK
RGB Variations
Color information
#ABF0F2 (or 0xABF0F2) is known color: Pale Turquoise. HEX triplet: AB, F0 and F2. RGB value is (171,240,242). Sum of RGB (Red+Green+Blue) = 171+240+242=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABF0F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0F2 is #540F0D. Grayscale: #DBDBDB. Windows color (decimal): -5508878 or 15921323. OLE color: 15921323.
HSL color Cylindrical-coordinate representation of color #ABF0F2: hue angle of 181.69º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0F2 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 240 | 242 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.05 |
| HSL | 181.69º | 0.73% | 0.81% | - |
| HSV(B) | 181.69º | 0.29% | 0.95% | - |
| XYZ | 63.98 | 77.39 | 95.57 | - |
| YUV | 219.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 242 | 0.29 | 0.01 | 0 | 0.05 | 181.69 | 0.73 | 0.81 |
| Hex | AB | F0 | F2 | 1D | 1 | 0 | 5 | B6 | 49 | 51 |
| Octal | 253 | 360 | 362 | 35 | 1 | 0 | 5 | 266 | 111 | 121 |
| Binary | 10101011 | 11110000 | 11110010 | 11101 | 1 | 0 | 101 | 10110110 | 1001001 | 1010001 |
Color Harmonies of #ABF0F2
Complementary color
Monochromatic Colors of #ABF0F2
Black with #ABF0F2
Text Example
Text Example
White with #ABF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0F2; }
p { color: rgb(171,240,242); }
H1.HeaderClassName
{
color: #ABF0F2;
}
.AnyTagClassName
{
color: #ABF0F2;
}
</style>
background-color css
<style>
a { background-color: #ABF0F2; }
a { background-color: rgb(171,240,242); }
div.DivClassName
{
background-color: #ABF0F2;
}
.BgClassName
{
background-color: #ABF0F2;
}
</style>
border-color css
<style>
span { border-color: #ABF0F2; }
span { border-color: rgb(171,240,242); }
td.TdClassName
{
border-color: #ABF0F2;
}
.TagClassName
{
border-color: #ABF0F2;
}
</style>