Shades of Pale Turquoise #A3FCEA
Tints of Pale Turquoise #A3FCEA
RGB
CMYK
RGB Variations
Color information
#A3FCEA (or 0xA3FCEA) is known color: Pale Turquoise. HEX triplet: A3, FC and EA. RGB value is (163,252,234). Sum of RGB (Red+Green+Blue) = 163+252+234=649 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.12% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCEA is #5C0315. Grayscale: #DFDFDF. Windows color (decimal): -6030102 or 15400099. OLE color: 15400099.
HSL color Cylindrical-coordinate representation of color #A3FCEA: hue angle of 167.87º 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 #A3FCEA is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 234 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.01 |
| HSL | 167.87º | 0.94% | 0.81% | - |
| HSV(B) | 167.87º | 0.35% | 0.99% | - |
| XYZ | 64.77 | 83.35 | 90.52 | - |
| YUV | 223.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 234 | 0.35 | 0 | 0.07 | 0.01 | 167.87 | 0.94 | 0.81 |
| Hex | A3 | FC | EA | 23 | 0 | 7 | 1 | A8 | 5E | 51 |
| Octal | 243 | 374 | 352 | 43 | 0 | 7 | 1 | 250 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11101010 | 100011 | 0 | 111 | 1 | 10101000 | 1011110 | 1010001 |
Color Harmonies of #A3FCEA
Complementary color
Monochromatic Colors of #A3FCEA
Black with #A3FCEA
Text Example
Text Example
White with #A3FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCEA; }
p { color: rgb(163,252,234); }
H1.HeaderClassName
{
color: #A3FCEA;
}
.AnyTagClassName
{
color: #A3FCEA;
}
</style>
background-color css
<style>
a { background-color: #A3FCEA; }
a { background-color: rgb(163,252,234); }
div.DivClassName
{
background-color: #A3FCEA;
}
.BgClassName
{
background-color: #A3FCEA;
}
</style>
border-color css
<style>
span { border-color: #A3FCEA; }
span { border-color: rgb(163,252,234); }
td.TdClassName
{
border-color: #A3FCEA;
}
.TagClassName
{
border-color: #A3FCEA;
}
</style>