Shades of Pale Turquoise #ABFEFC
Tints of Pale Turquoise #ABFEFC
RGB
CMYK
RGB Variations
Color information
#ABFEFC (or 0xABFEFC) is known color: Pale Turquoise. HEX triplet: AB, FE and FC. RGB value is (171,254,252). Sum of RGB (Red+Green+Blue) = 171+254+252=677 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.26% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFC is #540103. Grayscale: #E4E4E4. Windows color (decimal): -5505284 or 16580267. OLE color: 16580267.
HSL color Cylindrical-coordinate representation of color #ABFEFC: hue angle of 178.55º 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 #ABFEFC is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 252 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.00 |
| HSL | 178.55º | 0.98% | 0.83% | - |
| HSV(B) | 178.55º | 0.33% | 1% | - |
| XYZ | 69.81 | 86.57 | 105.13 | - |
| YUV | 228.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 252 | 0.33 | 0 | 0.01 | 0.00 | 178.55 | 0.98 | 0.83 |
| Hex | AB | FE | FC | 21 | 0 | 1 | 0 | B3 | 62 | 53 |
| Octal | 253 | 376 | 374 | 41 | 0 | 1 | 0 | 263 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11111100 | 100001 | 0 | 1 | 0 | 10110011 | 1100010 | 1010011 |
Color Harmonies of #ABFEFC
Complementary color
Monochromatic Colors of #ABFEFC
Black with #ABFEFC
Text Example
Text Example
White with #ABFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEFC; }
p { color: rgb(171,254,252); }
H1.HeaderClassName
{
color: #ABFEFC;
}
.AnyTagClassName
{
color: #ABFEFC;
}
</style>
background-color css
<style>
a { background-color: #ABFEFC; }
a { background-color: rgb(171,254,252); }
div.DivClassName
{
background-color: #ABFEFC;
}
.BgClassName
{
background-color: #ABFEFC;
}
</style>
border-color css
<style>
span { border-color: #ABFEFC; }
span { border-color: rgb(171,254,252); }
td.TdClassName
{
border-color: #ABFEFC;
}
.TagClassName
{
border-color: #ABFEFC;
}
</style>