Shades of Pale Turquoise #ABFDEC
Tints of Pale Turquoise #ABFDEC
RGB
CMYK
RGB Variations
Color information
#ABFDEC (or 0xABFDEC) is known color: Pale Turquoise. HEX triplet: AB, FD and EC. RGB value is (171,253,236). Sum of RGB (Red+Green+Blue) = 171+253+236=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDEC is #540213. Grayscale: #E2E2E2. Windows color (decimal): -5505556 or 15531435. OLE color: 15531435.
HSL color Cylindrical-coordinate representation of color #ABFDEC: hue angle of 167.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDEC is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 236 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.01 |
| HSL | 167.56º | 0.95% | 0.83% | - |
| HSV(B) | 167.56º | 0.32% | 0.99% | - |
| XYZ | 67.06 | 84.96 | 92.22 | - |
| YUV | 226.54 | 133.33 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 236 | 0.32 | 0 | 0.07 | 0.01 | 167.56 | 0.95 | 0.83 |
| Hex | AB | FD | EC | 20 | 0 | 7 | 1 | A8 | 5F | 53 |
| Octal | 253 | 375 | 354 | 40 | 0 | 7 | 1 | 250 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11101100 | 100000 | 0 | 111 | 1 | 10101000 | 1011111 | 1010011 |
Color Harmonies of #ABFDEC
Complementary color
Monochromatic Colors of #ABFDEC
Black with #ABFDEC
Text Example
Text Example
White with #ABFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDEC; }
p { color: rgb(171,253,236); }
H1.HeaderClassName
{
color: #ABFDEC;
}
.AnyTagClassName
{
color: #ABFDEC;
}
</style>
background-color css
<style>
a { background-color: #ABFDEC; }
a { background-color: rgb(171,253,236); }
div.DivClassName
{
background-color: #ABFDEC;
}
.BgClassName
{
background-color: #ABFDEC;
}
</style>
border-color css
<style>
span { border-color: #ABFDEC; }
span { border-color: rgb(171,253,236); }
td.TdClassName
{
border-color: #ABFDEC;
}
.TagClassName
{
border-color: #ABFDEC;
}
</style>