Shades of Pale Turquoise #ABFFEC
Tints of Pale Turquoise #ABFFEC
RGB
CMYK
RGB Variations
Color information
#ABFFEC (or 0xABFFEC) is known color: Pale Turquoise. HEX triplet: AB, FF and EC. RGB value is (171,255,236). Sum of RGB (Red+Green+Blue) = 171+255+236=662 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.83% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFEC is #540013. Grayscale: #E3E3E3. Windows color (decimal): -5505044 or 15531947. OLE color: 15531947.
HSL color Cylindrical-coordinate representation of color #ABFFEC: hue angle of 166.43º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFEC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 236 | - |
| CMYK | 0.33 | 0 | 0.07 | 0 |
| HSL | 166.43º | 1% | 0.84% | - |
| HSV(B) | 166.43º | 0.33% | 1% | - |
| XYZ | 67.69 | 86.23 | 92.43 | - |
| YUV | 227.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 236 | 0.33 | 0 | 0.07 | 0 | 166.43 | 1 | 0.84 |
| Hex | AB | FF | EC | 21 | 0 | 7 | 0 | A6 | 64 | 54 |
| Octal | 253 | 377 | 354 | 41 | 0 | 7 | 0 | 246 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11101100 | 100001 | 0 | 111 | 0 | 10100110 | 1100100 | 1010100 |
Color Harmonies of #ABFFEC
Complementary color
Monochromatic Colors of #ABFFEC
Black with #ABFFEC
Text Example
Text Example
White with #ABFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFEC; }
p { color: rgb(171,255,236); }
H1.HeaderClassName
{
color: #ABFFEC;
}
.AnyTagClassName
{
color: #ABFFEC;
}
</style>
background-color css
<style>
a { background-color: #ABFFEC; }
a { background-color: rgb(171,255,236); }
div.DivClassName
{
background-color: #ABFFEC;
}
.BgClassName
{
background-color: #ABFFEC;
}
</style>
border-color css
<style>
span { border-color: #ABFFEC; }
span { border-color: rgb(171,255,236); }
td.TdClassName
{
border-color: #ABFFEC;
}
.TagClassName
{
border-color: #ABFFEC;
}
</style>