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