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