Shades of Pale Turquoise #ABE6E4
Tints of Pale Turquoise #ABE6E4
RGB
CMYK
RGB Variations
Color information
#ABE6E4 (or 0xABE6E4) is known color: Pale Turquoise. HEX triplet: AB, E6 and E4. RGB value is (171,230,228). Sum of RGB (Red+Green+Blue) = 171+230+228=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE6E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE6E4 is #54191B. Grayscale: #D4D4D4. Windows color (decimal): -5511452 or 15001259. OLE color: 15001259.
HSL color Cylindrical-coordinate representation of color #ABE6E4: hue angle of 177.97º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE6E4 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 228 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.10 |
| HSL | 177.97º | 0.54% | 0.79% | - |
| HSV(B) | 177.97º | 0.26% | 0.9% | - |
| XYZ | 59.09 | 70.85 | 83.96 | - |
| YUV | 212.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 228 | 0.26 | 0 | 0.01 | 0.10 | 177.97 | 0.54 | 0.79 |
| Hex | AB | E6 | E4 | 1A | 0 | 1 | A | B2 | 36 | 4F |
| Octal | 253 | 346 | 344 | 32 | 0 | 1 | 12 | 262 | 66 | 117 |
| Binary | 10101011 | 11100110 | 11100100 | 11010 | 0 | 1 | 1010 | 10110010 | 110110 | 1001111 |
Color Harmonies of #ABE6E4
Complementary color
Monochromatic Colors of #ABE6E4
Black with #ABE6E4
Text Example
Text Example
White with #ABE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE6E4; }
p { color: rgb(171,230,228); }
H1.HeaderClassName
{
color: #ABE6E4;
}
.AnyTagClassName
{
color: #ABE6E4;
}
</style>
background-color css
<style>
a { background-color: #ABE6E4; }
a { background-color: rgb(171,230,228); }
div.DivClassName
{
background-color: #ABE6E4;
}
.BgClassName
{
background-color: #ABE6E4;
}
</style>
border-color css
<style>
span { border-color: #ABE6E4; }
span { border-color: rgb(171,230,228); }
td.TdClassName
{
border-color: #ABE6E4;
}
.TagClassName
{
border-color: #ABE6E4;
}
</style>