Shades of Pale Turquoise #A3FCF1
Tints of Pale Turquoise #A3FCF1
RGB
CMYK
RGB Variations
Color information
#A3FCF1 (or 0xA3FCF1) is known color: Pale Turquoise. HEX triplet: A3, FC and F1. RGB value is (163,252,241). Sum of RGB (Red+Green+Blue) = 163+252+241=656 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.85% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 241 (94.53% from 255 or 36.74% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCF1 is #5C030E. Grayscale: #E0E0E0. Windows color (decimal): -6030095 or 15858851. OLE color: 15858851.
HSL color Cylindrical-coordinate representation of color #A3FCF1: hue angle of 172.58º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCF1 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 241 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.01 |
| HSL | 172.58º | 0.94% | 0.81% | - |
| HSV(B) | 172.58º | 0.35% | 0.99% | - |
| XYZ | 65.79 | 83.76 | 95.92 | - |
| YUV | 224.14 | 137.51 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 241 | 0.35 | 0 | 0.04 | 0.01 | 172.58 | 0.94 | 0.81 |
| Hex | A3 | FC | F1 | 23 | 0 | 4 | 1 | AD | 5E | 51 |
| Octal | 243 | 374 | 361 | 43 | 0 | 4 | 1 | 255 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11110001 | 100011 | 0 | 100 | 1 | 10101101 | 1011110 | 1010001 |
Color Harmonies of #A3FCF1
Complementary color
Monochromatic Colors of #A3FCF1
Black with #A3FCF1
Text Example
Text Example
White with #A3FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCF1; }
p { color: rgb(163,252,241); }
H1.HeaderClassName
{
color: #A3FCF1;
}
.AnyTagClassName
{
color: #A3FCF1;
}
</style>
background-color css
<style>
a { background-color: #A3FCF1; }
a { background-color: rgb(163,252,241); }
div.DivClassName
{
background-color: #A3FCF1;
}
.BgClassName
{
background-color: #A3FCF1;
}
</style>
border-color css
<style>
span { border-color: #A3FCF1; }
span { border-color: rgb(163,252,241); }
td.TdClassName
{
border-color: #A3FCF1;
}
.TagClassName
{
border-color: #A3FCF1;
}
</style>