Shades of Pale Turquoise #ABFEFE
Tints of Pale Turquoise #ABFEFE
RGB
CMYK
RGB Variations
Color information
#ABFEFE (or 0xABFEFE) is known color: Pale Turquoise. HEX triplet: AB, FE and FE. RGB value is (171,254,254). Sum of RGB (Red+Green+Blue) = 171+254+254=679 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.18% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #ABFEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFE is #540101. Grayscale: #E5E5E5. Windows color (decimal): -5505282 or 16711339. OLE color: 16711339.
HSL color Cylindrical-coordinate representation of color #ABFEFE: hue angle of 180º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFEFE is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 254 | - |
| CMYK | 0.33 | 0 | 0 | 0.00 |
| HSL | 180º | 0.98% | 0.83% | - |
| HSV(B) | 180º | 0.33% | 1% | - |
| XYZ | 70.13 | 86.7 | 106.8 | - |
| YUV | 229.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 254 | 0.33 | 0 | 0 | 0.00 | 180 | 0.98 | 0.83 |
| Hex | AB | FE | FE | 21 | 0 | 0 | 0 | B4 | 62 | 53 |
| Octal | 253 | 376 | 376 | 41 | 0 | 0 | 0 | 264 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11111110 | 100001 | 0 | 0 | 0 | 10110100 | 1100010 | 1010011 |
Color Harmonies of #ABFEFE
Complementary color
Monochromatic Colors of #ABFEFE
Black with #ABFEFE
Text Example
Text Example
White with #ABFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEFE; }
p { color: rgb(171,254,254); }
H1.HeaderClassName
{
color: #ABFEFE;
}
.AnyTagClassName
{
color: #ABFEFE;
}
</style>
background-color css
<style>
a { background-color: #ABFEFE; }
a { background-color: rgb(171,254,254); }
div.DivClassName
{
background-color: #ABFEFE;
}
.BgClassName
{
background-color: #ABFEFE;
}
</style>
border-color css
<style>
span { border-color: #ABFEFE; }
span { border-color: rgb(171,254,254); }
td.TdClassName
{
border-color: #ABFEFE;
}
.TagClassName
{
border-color: #ABFEFE;
}
</style>