Shades of Pale Turquoise #ABFEF5
Tints of Pale Turquoise #ABFEF5
RGB
CMYK
RGB Variations
Color information
#ABFEF5 (or 0xABFEF5) is known color: Pale Turquoise. HEX triplet: AB, FE and F5. RGB value is (171,254,245). Sum of RGB (Red+Green+Blue) = 171+254+245=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEF5 is #54010A. Grayscale: #E4E4E4. Windows color (decimal): -5505291 or 16121515. OLE color: 16121515.
HSL color Cylindrical-coordinate representation of color #ABFEF5: hue angle of 173.49º 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 #ABFEF5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 245 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.00 |
| HSL | 173.49º | 0.98% | 0.83% | - |
| HSV(B) | 173.49º | 0.33% | 1% | - |
| XYZ | 68.72 | 86.13 | 99.39 | - |
| YUV | 228.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 245 | 0.33 | 0 | 0.04 | 0.00 | 173.49 | 0.98 | 0.83 |
| Hex | AB | FE | F5 | 21 | 0 | 4 | 0 | AD | 62 | 53 |
| Octal | 253 | 376 | 365 | 41 | 0 | 4 | 0 | 255 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11110101 | 100001 | 0 | 100 | 0 | 10101101 | 1100010 | 1010011 |
Color Harmonies of #ABFEF5
Complementary color
Monochromatic Colors of #ABFEF5
Black with #ABFEF5
Text Example
Text Example
White with #ABFEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEF5; }
p { color: rgb(171,254,245); }
H1.HeaderClassName
{
color: #ABFEF5;
}
.AnyTagClassName
{
color: #ABFEF5;
}
</style>
background-color css
<style>
a { background-color: #ABFEF5; }
a { background-color: rgb(171,254,245); }
div.DivClassName
{
background-color: #ABFEF5;
}
.BgClassName
{
background-color: #ABFEF5;
}
</style>
border-color css
<style>
span { border-color: #ABFEF5; }
span { border-color: rgb(171,254,245); }
td.TdClassName
{
border-color: #ABFEF5;
}
.TagClassName
{
border-color: #ABFEF5;
}
</style>