Shades of Pale Turquoise #ABEEE8
Tints of Pale Turquoise #ABEEE8
RGB
CMYK
RGB Variations
Color information
#ABEEE8 (or 0xABEEE8) is known color: Pale Turquoise. HEX triplet: AB, EE and E8. RGB value is (171,238,232). Sum of RGB (Red+Green+Blue) = 171+238+232=641 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.68% from 641); Green value is 238 (93.36% from 255 or 37.13% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEE8 is #541117. Grayscale: #D9D9D9. Windows color (decimal): -5509400 or 15265451. OLE color: 15265451.
HSL color Cylindrical-coordinate representation of color #ABEEE8: hue angle of 174.63º degrees, saturation: 0.66, 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 #ABEEE8 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 232 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.07 |
| HSL | 174.63º | 0.66% | 0.8% | - |
| HSV(B) | 174.63º | 0.28% | 0.93% | - |
| XYZ | 61.93 | 75.63 | 87.68 | - |
| YUV | 217.28 | 136.3 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 232 | 0.28 | 0 | 0.03 | 0.07 | 174.63 | 0.66 | 0.8 |
| Hex | AB | EE | E8 | 1C | 0 | 3 | 7 | AF | 42 | 50 |
| Octal | 253 | 356 | 350 | 34 | 0 | 3 | 7 | 257 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11101000 | 11100 | 0 | 11 | 111 | 10101111 | 1000010 | 1010000 |
Color Harmonies of #ABEEE8
Complementary color
Monochromatic Colors of #ABEEE8
Black with #ABEEE8
Text Example
Text Example
White with #ABEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEE8; }
p { color: rgb(171,238,232); }
H1.HeaderClassName
{
color: #ABEEE8;
}
.AnyTagClassName
{
color: #ABEEE8;
}
</style>
background-color css
<style>
a { background-color: #ABEEE8; }
a { background-color: rgb(171,238,232); }
div.DivClassName
{
background-color: #ABEEE8;
}
.BgClassName
{
background-color: #ABEEE8;
}
</style>
border-color css
<style>
span { border-color: #ABEEE8; }
span { border-color: rgb(171,238,232); }
td.TdClassName
{
border-color: #ABEEE8;
}
.TagClassName
{
border-color: #ABEEE8;
}
</style>