Shades of Pale Turquoise #A3FCF0
Tints of Pale Turquoise #A3FCF0
RGB
CMYK
RGB Variations
Color information
#A3FCF0 (or 0xA3FCF0) is known color: Pale Turquoise. HEX triplet: A3, FC and F0. RGB value is (163,252,240). Sum of RGB (Red+Green+Blue) = 163+252+240=655 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.89% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCF0 is #5C030F. Grayscale: #DFDFDF. Windows color (decimal): -6030096 or 15793315. OLE color: 15793315.
HSL color Cylindrical-coordinate representation of color #A3FCF0: hue angle of 171.91º 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 #A3FCF0 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 240 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.01 |
| HSL | 171.91º | 0.94% | 0.81% | - |
| HSV(B) | 171.91º | 0.35% | 0.99% | - |
| XYZ | 65.64 | 83.7 | 95.13 | - |
| YUV | 224.02 | 137.01 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 240 | 0.35 | 0 | 0.05 | 0.01 | 171.91 | 0.94 | 0.81 |
| Hex | A3 | FC | F0 | 23 | 0 | 5 | 1 | AC | 5E | 51 |
| Octal | 243 | 374 | 360 | 43 | 0 | 5 | 1 | 254 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11110000 | 100011 | 0 | 101 | 1 | 10101100 | 1011110 | 1010001 |
Color Harmonies of #A3FCF0
Complementary color
Monochromatic Colors of #A3FCF0
Black with #A3FCF0
Text Example
Text Example
White with #A3FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCF0; }
p { color: rgb(163,252,240); }
H1.HeaderClassName
{
color: #A3FCF0;
}
.AnyTagClassName
{
color: #A3FCF0;
}
</style>
background-color css
<style>
a { background-color: #A3FCF0; }
a { background-color: rgb(163,252,240); }
div.DivClassName
{
background-color: #A3FCF0;
}
.BgClassName
{
background-color: #A3FCF0;
}
</style>
border-color css
<style>
span { border-color: #A3FCF0; }
span { border-color: rgb(163,252,240); }
td.TdClassName
{
border-color: #A3FCF0;
}
.TagClassName
{
border-color: #A3FCF0;
}
</style>