Shades of Pale Turquoise #ABFEFD
Tints of Pale Turquoise #ABFEFD
RGB
CMYK
RGB Variations
Color information
#ABFEFD (or 0xABFEFD) is known color: Pale Turquoise. HEX triplet: AB, FE and FD. RGB value is (171,254,253). Sum of RGB (Red+Green+Blue) = 171+254+253=678 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.22% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFEFD is #540102. Grayscale: #E4E4E4. Windows color (decimal): -5505283 or 16645803. OLE color: 16645803.
HSL color Cylindrical-coordinate representation of color #ABFEFD: hue angle of 179.28º 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 #ABFEFD is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 253 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.00 |
| HSL | 179.28º | 0.98% | 0.83% | - |
| HSV(B) | 179.28º | 0.33% | 1% | - |
| XYZ | 69.97 | 86.63 | 105.96 | - |
| YUV | 229.07 | 141.5 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 253 | 0.33 | 0 | 0.00 | 0.00 | 179.28 | 0.98 | 0.83 |
| Hex | AB | FE | FD | 21 | 0 | 0 | 0 | B3 | 62 | 53 |
| Octal | 253 | 376 | 375 | 41 | 0 | 0 | 0 | 263 | 142 | 123 |
| Binary | 10101011 | 11111110 | 11111101 | 100001 | 0 | 0 | 0 | 10110011 | 1100010 | 1010011 |
Color Harmonies of #ABFEFD
Complementary color
Monochromatic Colors of #ABFEFD
Black with #ABFEFD
Text Example
Text Example
White with #ABFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFEFD; }
p { color: rgb(171,254,253); }
H1.HeaderClassName
{
color: #ABFEFD;
}
.AnyTagClassName
{
color: #ABFEFD;
}
</style>
background-color css
<style>
a { background-color: #ABFEFD; }
a { background-color: rgb(171,254,253); }
div.DivClassName
{
background-color: #ABFEFD;
}
.BgClassName
{
background-color: #ABFEFD;
}
</style>
border-color css
<style>
span { border-color: #ABFEFD; }
span { border-color: rgb(171,254,253); }
td.TdClassName
{
border-color: #ABFEFD;
}
.TagClassName
{
border-color: #ABFEFD;
}
</style>