Shades of Pale Turquoise #A3FFEB
Tints of Pale Turquoise #A3FFEB
RGB
CMYK
RGB Variations
Color information
#A3FFEB (or 0xA3FFEB) is known color: Pale Turquoise. HEX triplet: A3, FF and EB. RGB value is (163,255,235). Sum of RGB (Red+Green+Blue) = 163+255+235=653 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.96% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFEB is #5C0014. Grayscale: #E1E1E1. Windows color (decimal): -6029333 or 15466403. OLE color: 15466403.
HSL color Cylindrical-coordinate representation of color #A3FFEB: hue angle of 166.96º 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 #A3FFEB is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 235 | - |
| CMYK | 0.36 | 0 | 0.08 | 0 |
| HSL | 166.96º | 1% | 0.82% | - |
| HSV(B) | 166.96º | 0.36% | 1% | - |
| XYZ | 65.86 | 85.3 | 91.59 | - |
| YUV | 225.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 235 | 0.36 | 0 | 0.08 | 0 | 166.96 | 1 | 0.82 |
| Hex | A3 | FF | EB | 24 | 0 | 8 | 0 | A7 | 64 | 52 |
| Octal | 243 | 377 | 353 | 44 | 0 | 10 | 0 | 247 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11101011 | 100100 | 0 | 1000 | 0 | 10100111 | 1100100 | 1010010 |
Color Harmonies of #A3FFEB
Complementary color
Monochromatic Colors of #A3FFEB
Black with #A3FFEB
Text Example
Text Example
White with #A3FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFEB; }
p { color: rgb(163,255,235); }
H1.HeaderClassName
{
color: #A3FFEB;
}
.AnyTagClassName
{
color: #A3FFEB;
}
</style>
background-color css
<style>
a { background-color: #A3FFEB; }
a { background-color: rgb(163,255,235); }
div.DivClassName
{
background-color: #A3FFEB;
}
.BgClassName
{
background-color: #A3FFEB;
}
</style>
border-color css
<style>
span { border-color: #A3FFEB; }
span { border-color: rgb(163,255,235); }
td.TdClassName
{
border-color: #A3FFEB;
}
.TagClassName
{
border-color: #A3FFEB;
}
</style>