Shades of Pale Turquoise #ABEEEB
Tints of Pale Turquoise #ABEEEB
RGB
CMYK
RGB Variations
Color information
#ABEEEB (or 0xABEEEB) is known color: Pale Turquoise. HEX triplet: AB, EE and EB. RGB value is (171,238,235). Sum of RGB (Red+Green+Blue) = 171+238+235=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEEB is #541114. Grayscale: #D9D9D9. Windows color (decimal): -5509397 or 15462059. OLE color: 15462059.
HSL color Cylindrical-coordinate representation of color #ABEEEB: hue angle of 177.31º 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 #ABEEEB is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 235 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.07 |
| HSL | 177.31º | 0.66% | 0.8% | - |
| HSV(B) | 177.31º | 0.28% | 0.93% | - |
| XYZ | 62.36 | 75.81 | 89.94 | - |
| YUV | 217.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 235 | 0.28 | 0 | 0.01 | 0.07 | 177.31 | 0.66 | 0.8 |
| Hex | AB | EE | EB | 1C | 0 | 1 | 7 | B1 | 42 | 50 |
| Octal | 253 | 356 | 353 | 34 | 0 | 1 | 7 | 261 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11101011 | 11100 | 0 | 1 | 111 | 10110001 | 1000010 | 1010000 |
Color Harmonies of #ABEEEB
Complementary color
Monochromatic Colors of #ABEEEB
Black with #ABEEEB
Text Example
Text Example
White with #ABEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEEB; }
p { color: rgb(171,238,235); }
H1.HeaderClassName
{
color: #ABEEEB;
}
.AnyTagClassName
{
color: #ABEEEB;
}
</style>
background-color css
<style>
a { background-color: #ABEEEB; }
a { background-color: rgb(171,238,235); }
div.DivClassName
{
background-color: #ABEEEB;
}
.BgClassName
{
background-color: #ABEEEB;
}
</style>
border-color css
<style>
span { border-color: #ABEEEB; }
span { border-color: rgb(171,238,235); }
td.TdClassName
{
border-color: #ABEEEB;
}
.TagClassName
{
border-color: #ABEEEB;
}
</style>