Shades of Pale Turquoise #ABFCF3
Tints of Pale Turquoise #ABFCF3
RGB
CMYK
RGB Variations
Color information
#ABFCF3 (or 0xABFCF3) is known color: Pale Turquoise. HEX triplet: AB, FC and F3. RGB value is (171,252,243). Sum of RGB (Red+Green+Blue) = 171+252+243=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF3 is #54030C. Grayscale: #E2E2E2. Windows color (decimal): -5505805 or 15989931. OLE color: 15989931.
HSL color Cylindrical-coordinate representation of color #ABFCF3: hue angle of 173.33º degrees, saturation: 0.93, 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 #ABFCF3 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 243 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.01 |
| HSL | 173.33º | 0.93% | 0.83% | - |
| HSV(B) | 173.33º | 0.32% | 0.99% | - |
| XYZ | 67.78 | 84.75 | 97.58 | - |
| YUV | 226.76 | 137.16 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 243 | 0.32 | 0 | 0.04 | 0.01 | 173.33 | 0.93 | 0.83 |
| Hex | AB | FC | F3 | 20 | 0 | 4 | 1 | AD | 5D | 53 |
| Octal | 253 | 374 | 363 | 40 | 0 | 4 | 1 | 255 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11110011 | 100000 | 0 | 100 | 1 | 10101101 | 1011101 | 1010011 |
Color Harmonies of #ABFCF3
Complementary color
Monochromatic Colors of #ABFCF3
Black with #ABFCF3
Text Example
Text Example
White with #ABFCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCF3; }
p { color: rgb(171,252,243); }
H1.HeaderClassName
{
color: #ABFCF3;
}
.AnyTagClassName
{
color: #ABFCF3;
}
</style>
background-color css
<style>
a { background-color: #ABFCF3; }
a { background-color: rgb(171,252,243); }
div.DivClassName
{
background-color: #ABFCF3;
}
.BgClassName
{
background-color: #ABFCF3;
}
</style>
border-color css
<style>
span { border-color: #ABFCF3; }
span { border-color: rgb(171,252,243); }
td.TdClassName
{
border-color: #ABFCF3;
}
.TagClassName
{
border-color: #ABFCF3;
}
</style>