Shades of Pale Turquoise #ABEDE4
Tints of Pale Turquoise #ABEDE4
RGB
CMYK
RGB Variations
Color information
#ABEDE4 (or 0xABEDE4) is known color: Pale Turquoise. HEX triplet: AB, ED and E4. RGB value is (171,237,228). Sum of RGB (Red+Green+Blue) = 171+237+228=636 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.89% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDE4 is #54121B. Grayscale: #D8D8D8. Windows color (decimal): -5509660 or 15003051. OLE color: 15003051.
HSL color Cylindrical-coordinate representation of color #ABEDE4: hue angle of 171.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEDE4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 228 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.07 |
| HSL | 171.82º | 0.65% | 0.8% | - |
| HSV(B) | 171.82º | 0.28% | 0.93% | - |
| XYZ | 61.08 | 74.83 | 84.62 | - |
| YUV | 216.24 | 134.63 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 228 | 0.28 | 0 | 0.04 | 0.07 | 171.82 | 0.65 | 0.8 |
| Hex | AB | ED | E4 | 1C | 0 | 4 | 7 | AC | 41 | 50 |
| Octal | 253 | 355 | 344 | 34 | 0 | 4 | 7 | 254 | 101 | 120 |
| Binary | 10101011 | 11101101 | 11100100 | 11100 | 0 | 100 | 111 | 10101100 | 1000001 | 1010000 |
Color Harmonies of #ABEDE4
Complementary color
Monochromatic Colors of #ABEDE4
Black with #ABEDE4
Text Example
Text Example
White with #ABEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDE4; }
p { color: rgb(171,237,228); }
H1.HeaderClassName
{
color: #ABEDE4;
}
.AnyTagClassName
{
color: #ABEDE4;
}
</style>
background-color css
<style>
a { background-color: #ABEDE4; }
a { background-color: rgb(171,237,228); }
div.DivClassName
{
background-color: #ABEDE4;
}
.BgClassName
{
background-color: #ABEDE4;
}
</style>
border-color css
<style>
span { border-color: #ABEDE4; }
span { border-color: rgb(171,237,228); }
td.TdClassName
{
border-color: #ABEDE4;
}
.TagClassName
{
border-color: #ABEDE4;
}
</style>