Shades of Pale Turquoise #ABEEEF
Tints of Pale Turquoise #ABEEEF
RGB
CMYK
RGB Variations
Color information
#ABEEEF (or 0xABEEEF) is known color: Pale Turquoise. HEX triplet: AB, EE and EF. RGB value is (171,238,239). Sum of RGB (Red+Green+Blue) = 171+238+239=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABEEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEEF is #541110. Grayscale: #DADADA. Windows color (decimal): -5509393 or 15724203. OLE color: 15724203.
HSL color Cylindrical-coordinate representation of color #ABEEEF: hue angle of 180.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEEF is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 238 | 239 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.06 |
| HSL | 180.88º | 0.68% | 0.8% | - |
| HSV(B) | 180.88º | 0.28% | 0.94% | - |
| XYZ | 62.95 | 76.04 | 93.02 | - |
| YUV | 218.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 239 | 0.28 | 0.00 | 0 | 0.06 | 180.88 | 0.68 | 0.8 |
| Hex | AB | EE | EF | 1C | 0 | 0 | 6 | B5 | 44 | 50 |
| Octal | 253 | 356 | 357 | 34 | 0 | 0 | 6 | 265 | 104 | 120 |
| Binary | 10101011 | 11101110 | 11101111 | 11100 | 0 | 0 | 110 | 10110101 | 1000100 | 1010000 |
Color Harmonies of #ABEEEF
Complementary color
Monochromatic Colors of #ABEEEF
Black with #ABEEEF
Text Example
Text Example
White with #ABEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEEF; }
p { color: rgb(171,238,239); }
H1.HeaderClassName
{
color: #ABEEEF;
}
.AnyTagClassName
{
color: #ABEEEF;
}
</style>
background-color css
<style>
a { background-color: #ABEEEF; }
a { background-color: rgb(171,238,239); }
div.DivClassName
{
background-color: #ABEEEF;
}
.BgClassName
{
background-color: #ABEEEF;
}
</style>
border-color css
<style>
span { border-color: #ABEEEF; }
span { border-color: rgb(171,238,239); }
td.TdClassName
{
border-color: #ABEEEF;
}
.TagClassName
{
border-color: #ABEEEF;
}
</style>