Shades of Pale Turquoise #A3FFFC
Tints of Pale Turquoise #A3FFFC
RGB
CMYK
RGB Variations
Color information
#A3FFFC (or 0xA3FFFC) is known color: Pale Turquoise. HEX triplet: A3, FF and FC. RGB value is (163,255,252). Sum of RGB (Red+Green+Blue) = 163+255+252=670 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.33% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFC is #5C0003. Grayscale: #E3E3E3. Windows color (decimal): -6029316 or 16580515. OLE color: 16580515.
HSL color Cylindrical-coordinate representation of color #A3FFFC: hue angle of 178.04º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFFC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 252 | - |
| CMYK | 0.36 | 0 | 0.01 | 0 |
| HSL | 178.04º | 1% | 0.82% | - |
| HSV(B) | 178.04º | 0.36% | 1% | - |
| XYZ | 68.43 | 86.33 | 105.15 | - |
| YUV | 227.15 | 142.02 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 252 | 0.36 | 0 | 0.01 | 0 | 178.04 | 1 | 0.82 |
| Hex | A3 | FF | FC | 24 | 0 | 1 | 0 | B2 | 64 | 52 |
| Octal | 243 | 377 | 374 | 44 | 0 | 1 | 0 | 262 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11111100 | 100100 | 0 | 1 | 0 | 10110010 | 1100100 | 1010010 |
Color Harmonies of #A3FFFC
Complementary color
Monochromatic Colors of #A3FFFC
Black with #A3FFFC
Text Example
Text Example
White with #A3FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFFC; }
p { color: rgb(163,255,252); }
H1.HeaderClassName
{
color: #A3FFFC;
}
.AnyTagClassName
{
color: #A3FFFC;
}
</style>
background-color css
<style>
a { background-color: #A3FFFC; }
a { background-color: rgb(163,255,252); }
div.DivClassName
{
background-color: #A3FFFC;
}
.BgClassName
{
background-color: #A3FFFC;
}
</style>
border-color css
<style>
span { border-color: #A3FFFC; }
span { border-color: rgb(163,255,252); }
td.TdClassName
{
border-color: #A3FFFC;
}
.TagClassName
{
border-color: #A3FFFC;
}
</style>