Shades of Pale Turquoise #ABEBEB
Tints of Pale Turquoise #ABEBEB
RGB
CMYK
RGB Variations
Color information
#ABEBEB (or 0xABEBEB) is known color: Pale Turquoise. HEX triplet: AB, EB and EB. RGB value is (171,235,235). Sum of RGB (Red+Green+Blue) = 171+235+235=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #ABEBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBEB is #541414. Grayscale: #D7D7D7. Windows color (decimal): -5510165 or 15461291. OLE color: 15461291.
HSL color Cylindrical-coordinate representation of color #ABEBEB: hue angle of 180º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBEB is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 235 | - |
| CMYK | 0.27 | 0 | 0 | 0.08 |
| HSL | 180º | 0.62% | 0.8% | - |
| HSV(B) | 180º | 0.27% | 0.92% | - |
| XYZ | 61.5 | 74.07 | 89.65 | - |
| YUV | 215.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 235 | 0.27 | 0 | 0 | 0.08 | 180 | 0.62 | 0.8 |
| Hex | AB | EB | EB | 1B | 0 | 0 | 8 | B4 | 3E | 50 |
| Octal | 253 | 353 | 353 | 33 | 0 | 0 | 10 | 264 | 76 | 120 |
| Binary | 10101011 | 11101011 | 11101011 | 11011 | 0 | 0 | 1000 | 10110100 | 111110 | 1010000 |
Color Harmonies of #ABEBEB
Complementary color
Monochromatic Colors of #ABEBEB
Black with #ABEBEB
Text Example
Text Example
White with #ABEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEBEB; }
p { color: rgb(171,235,235); }
H1.HeaderClassName
{
color: #ABEBEB;
}
.AnyTagClassName
{
color: #ABEBEB;
}
</style>
background-color css
<style>
a { background-color: #ABEBEB; }
a { background-color: rgb(171,235,235); }
div.DivClassName
{
background-color: #ABEBEB;
}
.BgClassName
{
background-color: #ABEBEB;
}
</style>
border-color css
<style>
span { border-color: #ABEBEB; }
span { border-color: rgb(171,235,235); }
td.TdClassName
{
border-color: #ABEBEB;
}
.TagClassName
{
border-color: #ABEBEB;
}
</style>