Shades of Pale Turquoise #A3FFFA
Tints of Pale Turquoise #A3FFFA
RGB
CMYK
RGB Variations
Color information
#A3FFFA (or 0xA3FFFA) is known color: Pale Turquoise. HEX triplet: A3, FF and FA. RGB value is (163,255,250). Sum of RGB (Red+Green+Blue) = 163+255+250=668 (88% of max value = 765). Red value is 163 (64.06% from 255 or 24.40% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFFA is #5C0005. Grayscale: #E2E2E2. Windows color (decimal): -6029318 or 16449443. OLE color: 16449443.
HSL color Cylindrical-coordinate representation of color #A3FFFA: hue angle of 176.74º 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 #A3FFFA is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 250 | - |
| CMYK | 0.36 | 0 | 0.02 | 0 |
| HSL | 176.74º | 1% | 0.82% | - |
| HSV(B) | 176.74º | 0.36% | 1% | - |
| XYZ | 68.12 | 86.21 | 103.49 | - |
| YUV | 226.92 | 141.02 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 250 | 0.36 | 0 | 0.02 | 0 | 176.74 | 1 | 0.82 |
| Hex | A3 | FF | FA | 24 | 0 | 2 | 0 | B1 | 64 | 52 |
| Octal | 243 | 377 | 372 | 44 | 0 | 2 | 0 | 261 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11111010 | 100100 | 0 | 10 | 0 | 10110001 | 1100100 | 1010010 |
Color Harmonies of #A3FFFA
Complementary color
Monochromatic Colors of #A3FFFA
Black with #A3FFFA
Text Example
Text Example
White with #A3FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFFA; }
p { color: rgb(163,255,250); }
H1.HeaderClassName
{
color: #A3FFFA;
}
.AnyTagClassName
{
color: #A3FFFA;
}
</style>
background-color css
<style>
a { background-color: #A3FFFA; }
a { background-color: rgb(163,255,250); }
div.DivClassName
{
background-color: #A3FFFA;
}
.BgClassName
{
background-color: #A3FFFA;
}
</style>
border-color css
<style>
span { border-color: #A3FFFA; }
span { border-color: rgb(163,255,250); }
td.TdClassName
{
border-color: #A3FFFA;
}
.TagClassName
{
border-color: #A3FFFA;
}
</style>