Shades of Pale Turquoise #ABEEFA
Tints of Pale Turquoise #ABEEFA
RGB
CMYK
RGB Variations
Color information
#ABEEFA (or 0xABEEFA) is known color: Pale Turquoise. HEX triplet: AB, EE and FA. RGB value is (171,238,250). Sum of RGB (Red+Green+Blue) = 171+238+250=659 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.95% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABEEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEFA is #541105. Grayscale: #DBDBDB. Windows color (decimal): -5509382 or 16445099. OLE color: 16445099.
HSL color Cylindrical-coordinate representation of color #ABEEFA: hue angle of 189.11º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABEEFA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 238 | 250 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.02 |
| HSL | 189.11º | 0.89% | 0.83% | - |
| HSV(B) | 189.11º | 0.32% | 0.98% | - |
| XYZ | 64.62 | 76.71 | 101.84 | - |
| YUV | 219.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 250 | 0.32 | 0.05 | 0 | 0.02 | 189.11 | 0.89 | 0.83 |
| Hex | AB | EE | FA | 20 | 5 | 0 | 2 | BD | 59 | 53 |
| Octal | 253 | 356 | 372 | 40 | 5 | 0 | 2 | 275 | 131 | 123 |
| Binary | 10101011 | 11101110 | 11111010 | 100000 | 101 | 0 | 10 | 10111101 | 1011001 | 1010011 |
Color Harmonies of #ABEEFA
Complementary color
Monochromatic Colors of #ABEEFA
Black with #ABEEFA
Text Example
Text Example
White with #ABEEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEFA; }
p { color: rgb(171,238,250); }
H1.HeaderClassName
{
color: #ABEEFA;
}
.AnyTagClassName
{
color: #ABEEFA;
}
</style>
background-color css
<style>
a { background-color: #ABEEFA; }
a { background-color: rgb(171,238,250); }
div.DivClassName
{
background-color: #ABEEFA;
}
.BgClassName
{
background-color: #ABEEFA;
}
</style>
border-color css
<style>
span { border-color: #ABEEFA; }
span { border-color: rgb(171,238,250); }
td.TdClassName
{
border-color: #ABEEFA;
}
.TagClassName
{
border-color: #ABEEFA;
}
</style>