Shades of Pale Turquoise #ABE7E1
Tints of Pale Turquoise #ABE7E1
RGB
CMYK
RGB Variations
Color information
#ABE7E1 (or 0xABE7E1) is known color: Pale Turquoise. HEX triplet: AB, E7 and E1. RGB value is (171,231,225). Sum of RGB (Red+Green+Blue) = 171+231+225=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 231 - color contains mainly: green. Hex color #ABE7E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE7E1 is #54181E. Grayscale: #D4D4D4. Windows color (decimal): -5511199 or 14804907. OLE color: 14804907.
HSL color Cylindrical-coordinate representation of color #ABE7E1: hue angle of 174º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE7E1 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 231 | 225 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.09 |
| HSL | 174º | 0.56% | 0.79% | - |
| HSV(B) | 174º | 0.26% | 0.91% | - |
| XYZ | 58.96 | 71.25 | 81.88 | - |
| YUV | 212.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 231 | 225 | 0.26 | 0 | 0.03 | 0.09 | 174 | 0.56 | 0.79 |
| Hex | AB | E7 | E1 | 1A | 0 | 3 | 9 | AE | 38 | 4F |
| Octal | 253 | 347 | 341 | 32 | 0 | 3 | 11 | 256 | 70 | 117 |
| Binary | 10101011 | 11100111 | 11100001 | 11010 | 0 | 11 | 1001 | 10101110 | 111000 | 1001111 |
Color Harmonies of #ABE7E1
Complementary color
Monochromatic Colors of #ABE7E1
Black with #ABE7E1
Text Example
Text Example
White with #ABE7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE7E1; }
p { color: rgb(171,231,225); }
H1.HeaderClassName
{
color: #ABE7E1;
}
.AnyTagClassName
{
color: #ABE7E1;
}
</style>
background-color css
<style>
a { background-color: #ABE7E1; }
a { background-color: rgb(171,231,225); }
div.DivClassName
{
background-color: #ABE7E1;
}
.BgClassName
{
background-color: #ABE7E1;
}
</style>
border-color css
<style>
span { border-color: #ABE7E1; }
span { border-color: rgb(171,231,225); }
td.TdClassName
{
border-color: #ABE7E1;
}
.TagClassName
{
border-color: #ABE7E1;
}
</style>