Shades of Pale Turquoise #ABFDFC
Tints of Pale Turquoise #ABFDFC
RGB
CMYK
RGB Variations
Color information
#ABFDFC (or 0xABFDFC) is known color: Pale Turquoise. HEX triplet: AB, FD and FC. RGB value is (171,253,252). Sum of RGB (Red+Green+Blue) = 171+253+252=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFDFC is #540203. Grayscale: #E4E4E4. Windows color (decimal): -5505540 or 16580011. OLE color: 16580011.
HSL color Cylindrical-coordinate representation of color #ABFDFC: hue angle of 179.27º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDFC is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 252 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.01 |
| HSL | 179.27º | 0.95% | 0.83% | - |
| HSV(B) | 179.27º | 0.32% | 0.99% | - |
| XYZ | 69.49 | 85.94 | 105.02 | - |
| YUV | 228.37 | 141.33 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 252 | 0.32 | 0 | 0.00 | 0.01 | 179.27 | 0.95 | 0.83 |
| Hex | AB | FD | FC | 20 | 0 | 0 | 1 | B3 | 5F | 53 |
| Octal | 253 | 375 | 374 | 40 | 0 | 0 | 1 | 263 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11111100 | 100000 | 0 | 0 | 1 | 10110011 | 1011111 | 1010011 |
Color Harmonies of #ABFDFC
Complementary color
Monochromatic Colors of #ABFDFC
Black with #ABFDFC
Text Example
Text Example
White with #ABFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDFC; }
p { color: rgb(171,253,252); }
H1.HeaderClassName
{
color: #ABFDFC;
}
.AnyTagClassName
{
color: #ABFDFC;
}
</style>
background-color css
<style>
a { background-color: #ABFDFC; }
a { background-color: rgb(171,253,252); }
div.DivClassName
{
background-color: #ABFDFC;
}
.BgClassName
{
background-color: #ABFDFC;
}
</style>
border-color css
<style>
span { border-color: #ABFDFC; }
span { border-color: rgb(171,253,252); }
td.TdClassName
{
border-color: #ABFDFC;
}
.TagClassName
{
border-color: #ABFDFC;
}
</style>