Shades of Pale Turquoise #ABFEFA
Tints of Pale Turquoise #ABFEFA
RGB
CMYK
RGB Variations
Color information
#ABFEFA (or 0xABFEFA) is known color: Pale Turquoise. HEX triplet: AB, FE and FA. RGB value is (171,254,250). Sum of RGB (Red+Green+Blue) = 171+254+250=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFA is #540105. Grayscale: #E4E4E4. Windows color (decimal): -5505286 or 16449195. OLE color: 16449195.
HSL color Cylindrical-coordinate representation of color #ABFEFA: hue angle of 177.11º 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 #ABFEFA is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 250 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.00 |
| HSL | 177.11º | 0.98% | 0.83% | - |
| HSV(B) | 177.11º | 0.33% | 1% | - |
| XYZ | 69.49 | 86.44 | 103.47 | - |
| YUV | 228.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 250 | 0.33 | 0 | 0.02 | 0.00 | 177.11 | 0.98 | 0.83 |
| Hex | AB | FE | FA | 21 | 0 | 2 | 0 | B1 | 62 | 53 |
| Octal | 253 | 376 | 372 | 41 | 0 | 2 | 0 | 261 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11111010 | 100001 | 0 | 10 | 0 | 10110001 | 1100010 | 1010011 |
Color Harmonies of #ABFEFA
Complementary color
Monochromatic Colors of #ABFEFA
Black with #ABFEFA
Text Example
Text Example
White with #ABFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEFA; }
p { color: rgb(171,254,250); }
H1.HeaderClassName
{
color: #ABFEFA;
}
.AnyTagClassName
{
color: #ABFEFA;
}
</style>
background-color css
<style>
a { background-color: #ABFEFA; }
a { background-color: rgb(171,254,250); }
div.DivClassName
{
background-color: #ABFEFA;
}
.BgClassName
{
background-color: #ABFEFA;
}
</style>
border-color css
<style>
span { border-color: #ABFEFA; }
span { border-color: rgb(171,254,250); }
td.TdClassName
{
border-color: #ABFEFA;
}
.TagClassName
{
border-color: #ABFEFA;
}
</style>