Shades of Pale Turquoise #A3FFEE
Tints of Pale Turquoise #A3FFEE
RGB
CMYK
RGB Variations
Color information
#A3FFEE (or 0xA3FFEE) is known color: Pale Turquoise. HEX triplet: A3, FF and EE. RGB value is (163,255,238). Sum of RGB (Red+Green+Blue) = 163+255+238=656 (86% of max value = 765). Red value is 163 (64.06% from 255 or 24.85% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3FFEE is #5C0011. Grayscale: #E1E1E1. Windows color (decimal): -6029330 or 15663011. OLE color: 15663011.
HSL color Cylindrical-coordinate representation of color #A3FFEE: hue angle of 168.91º 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 #A3FFEE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 238 | - |
| CMYK | 0.36 | 0 | 0.07 | 0 |
| HSL | 168.91º | 1% | 0.82% | - |
| HSV(B) | 168.91º | 0.36% | 1% | - |
| XYZ | 66.3 | 85.48 | 93.89 | - |
| YUV | 225.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 238 | 0.36 | 0 | 0.07 | 0 | 168.91 | 1 | 0.82 |
| Hex | A3 | FF | EE | 24 | 0 | 7 | 0 | A9 | 64 | 52 |
| Octal | 243 | 377 | 356 | 44 | 0 | 7 | 0 | 251 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11101110 | 100100 | 0 | 111 | 0 | 10101001 | 1100100 | 1010010 |
Color Harmonies of #A3FFEE
Complementary color
Monochromatic Colors of #A3FFEE
Black with #A3FFEE
Text Example
Text Example
White with #A3FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFEE; }
p { color: rgb(163,255,238); }
H1.HeaderClassName
{
color: #A3FFEE;
}
.AnyTagClassName
{
color: #A3FFEE;
}
</style>
background-color css
<style>
a { background-color: #A3FFEE; }
a { background-color: rgb(163,255,238); }
div.DivClassName
{
background-color: #A3FFEE;
}
.BgClassName
{
background-color: #A3FFEE;
}
</style>
border-color css
<style>
span { border-color: #A3FFEE; }
span { border-color: rgb(163,255,238); }
td.TdClassName
{
border-color: #A3FFEE;
}
.TagClassName
{
border-color: #A3FFEE;
}
</style>