Shades of Pale Turquoise #ABEBF0
Tints of Pale Turquoise #ABEBF0
RGB
CMYK
RGB Variations
Color information
#ABEBF0 (or 0xABEBF0) is known color: Pale Turquoise. HEX triplet: AB, EB and F0. RGB value is (171,235,240). Sum of RGB (Red+Green+Blue) = 171+235+240=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBF0 is #54140F. Grayscale: #D8D8D8. Windows color (decimal): -5510160 or 15788971. OLE color: 15788971.
HSL color Cylindrical-coordinate representation of color #ABEBF0: hue angle of 184.35º 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 #ABEBF0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 235 | 240 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.06 |
| HSL | 184.35º | 0.7% | 0.81% | - |
| HSV(B) | 184.35º | 0.29% | 0.94% | - |
| XYZ | 62.23 | 74.37 | 93.51 | - |
| YUV | 216.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 240 | 0.29 | 0.02 | 0 | 0.06 | 184.35 | 0.7 | 0.81 |
| Hex | AB | EB | F0 | 1D | 2 | 0 | 6 | B8 | 46 | 51 |
| Octal | 253 | 353 | 360 | 35 | 2 | 0 | 6 | 270 | 106 | 121 |
| Binary | 10101011 | 11101011 | 11110000 | 11101 | 10 | 0 | 110 | 10111000 | 1000110 | 1010001 |
Color Harmonies of #ABEBF0
Complementary color
Monochromatic Colors of #ABEBF0
Black with #ABEBF0
Text Example
Text Example
White with #ABEBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBF0; }
p { color: rgb(171,235,240); }
H1.HeaderClassName
{
color: #ABEBF0;
}
.AnyTagClassName
{
color: #ABEBF0;
}
</style>
background-color css
<style>
a { background-color: #ABEBF0; }
a { background-color: rgb(171,235,240); }
div.DivClassName
{
background-color: #ABEBF0;
}
.BgClassName
{
background-color: #ABEBF0;
}
</style>
border-color css
<style>
span { border-color: #ABEBF0; }
span { border-color: rgb(171,235,240); }
td.TdClassName
{
border-color: #ABEBF0;
}
.TagClassName
{
border-color: #ABEBF0;
}
</style>