Shades of Pale Turquoise #ABFEF7
Tints of Pale Turquoise #ABFEF7
RGB
CMYK
RGB Variations
Color information
#ABFEF7 (or 0xABFEF7) is known color: Pale Turquoise. HEX triplet: AB, FE and F7. RGB value is (171,254,247). Sum of RGB (Red+Green+Blue) = 171+254+247=672 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.45% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF7 is #540108. Grayscale: #E4E4E4. Windows color (decimal): -5505289 or 16252587. OLE color: 16252587.
HSL color Cylindrical-coordinate representation of color #ABFEF7: hue angle of 174.94º 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 #ABFEF7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 247 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.00 |
| HSL | 174.94º | 0.98% | 0.83% | - |
| HSV(B) | 174.94º | 0.33% | 1% | - |
| XYZ | 69.02 | 86.26 | 101.01 | - |
| YUV | 228.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 247 | 0.33 | 0 | 0.03 | 0.00 | 174.94 | 0.98 | 0.83 |
| Hex | AB | FE | F7 | 21 | 0 | 3 | 0 | AF | 62 | 53 |
| Octal | 253 | 376 | 367 | 41 | 0 | 3 | 0 | 257 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11110111 | 100001 | 0 | 11 | 0 | 10101111 | 1100010 | 1010011 |
Color Harmonies of #ABFEF7
Complementary color
Monochromatic Colors of #ABFEF7
Black with #ABFEF7
Text Example
Text Example
White with #ABFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEF7; }
p { color: rgb(171,254,247); }
H1.HeaderClassName
{
color: #ABFEF7;
}
.AnyTagClassName
{
color: #ABFEF7;
}
</style>
background-color css
<style>
a { background-color: #ABFEF7; }
a { background-color: rgb(171,254,247); }
div.DivClassName
{
background-color: #ABFEF7;
}
.BgClassName
{
background-color: #ABFEF7;
}
</style>
border-color css
<style>
span { border-color: #ABFEF7; }
span { border-color: rgb(171,254,247); }
td.TdClassName
{
border-color: #ABFEF7;
}
.TagClassName
{
border-color: #ABFEF7;
}
</style>