Shades of Pale Turquoise #A3FCFB
Tints of Pale Turquoise #A3FCFB
RGB
CMYK
RGB Variations
Color information
#A3FCFB (or 0xA3FCFB) is known color: Pale Turquoise. HEX triplet: A3, FC and FB. RGB value is (163,252,251). Sum of RGB (Red+Green+Blue) = 163+252+251=666 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.47% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FCFB is #5C0304. Grayscale: #E1E1E1. Windows color (decimal): -6030085 or 16514211. OLE color: 16514211.
HSL color Cylindrical-coordinate representation of color #A3FCFB: hue angle of 179.33º 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 #A3FCFB is Cyan = 0.35, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 251 | - |
| CMYK | 0.35 | 0 | 0.00 | 0.01 |
| HSL | 179.33º | 0.94% | 0.81% | - |
| HSV(B) | 179.33º | 0.35% | 0.99% | - |
| XYZ | 67.33 | 84.37 | 104 | - |
| YUV | 225.28 | 142.51 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 251 | 0.35 | 0 | 0.00 | 0.01 | 179.33 | 0.94 | 0.81 |
| Hex | A3 | FC | FB | 23 | 0 | 0 | 1 | B3 | 5E | 51 |
| Octal | 243 | 374 | 373 | 43 | 0 | 0 | 1 | 263 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11111011 | 100011 | 0 | 0 | 1 | 10110011 | 1011110 | 1010001 |
Color Harmonies of #A3FCFB
Complementary color
Monochromatic Colors of #A3FCFB
Black with #A3FCFB
Text Example
Text Example
White with #A3FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCFB; }
p { color: rgb(163,252,251); }
H1.HeaderClassName
{
color: #A3FCFB;
}
.AnyTagClassName
{
color: #A3FCFB;
}
</style>
background-color css
<style>
a { background-color: #A3FCFB; }
a { background-color: rgb(163,252,251); }
div.DivClassName
{
background-color: #A3FCFB;
}
.BgClassName
{
background-color: #A3FCFB;
}
</style>
border-color css
<style>
span { border-color: #A3FCFB; }
span { border-color: rgb(163,252,251); }
td.TdClassName
{
border-color: #A3FCFB;
}
.TagClassName
{
border-color: #A3FCFB;
}
</style>