Shades of Pale Turquoise #ABF0F0
Tints of Pale Turquoise #ABF0F0
RGB
CMYK
RGB Variations
Color information
#ABF0F0 (or 0xABF0F0) is known color: Pale Turquoise. HEX triplet: AB, F0 and F0. RGB value is (171,240,240). Sum of RGB (Red+Green+Blue) = 171+240+240=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #ABF0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0F0 is #540F0F. Grayscale: #DBDBDB. Windows color (decimal): -5508880 or 15790251. OLE color: 15790251.
HSL color Cylindrical-coordinate representation of color #ABF0F0: hue angle of 180º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0F0 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 240 | - |
| CMYK | 0.29 | 0 | 0 | 0.06 |
| HSL | 180º | 0.7% | 0.81% | - |
| HSV(B) | 180º | 0.29% | 0.94% | - |
| XYZ | 63.68 | 77.27 | 94 | - |
| YUV | 219.37 | 139.64 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 240 | 0.29 | 0 | 0 | 0.06 | 180 | 0.7 | 0.81 |
| Hex | AB | F0 | F0 | 1D | 0 | 0 | 6 | B4 | 46 | 51 |
| Octal | 253 | 360 | 360 | 35 | 0 | 0 | 6 | 264 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11110000 | 11101 | 0 | 0 | 110 | 10110100 | 1000110 | 1010001 |
Color Harmonies of #ABF0F0
Complementary color
Monochromatic Colors of #ABF0F0
Black with #ABF0F0
Text Example
Text Example
White with #ABF0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0F0; }
p { color: rgb(171,240,240); }
H1.HeaderClassName
{
color: #ABF0F0;
}
.AnyTagClassName
{
color: #ABF0F0;
}
</style>
background-color css
<style>
a { background-color: #ABF0F0; }
a { background-color: rgb(171,240,240); }
div.DivClassName
{
background-color: #ABF0F0;
}
.BgClassName
{
background-color: #ABF0F0;
}
</style>
border-color css
<style>
span { border-color: #ABF0F0; }
span { border-color: rgb(171,240,240); }
td.TdClassName
{
border-color: #ABF0F0;
}
.TagClassName
{
border-color: #ABF0F0;
}
</style>