Shades of Pale Turquoise #A3ECEE
Tints of Pale Turquoise #A3ECEE
RGB
CMYK
RGB Variations
Color information
#A3ECEE (or 0xA3ECEE) is known color: Pale Turquoise. HEX triplet: A3, EC and EE. RGB value is (163,236,238). Sum of RGB (Red+Green+Blue) = 163+236+238=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 236 (92.58% from 255 or 37.05% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3ECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECEE is #5C1311. Grayscale: #D6D6D6. Windows color (decimal): -6034194 or 15658147. OLE color: 15658147.
HSL color Cylindrical-coordinate representation of color #A3ECEE: hue angle of 181.6º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3ECEE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 238 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.07 |
| HSL | 181.6º | 0.69% | 0.79% | - |
| HSV(B) | 181.6º | 0.32% | 0.93% | - |
| XYZ | 60.53 | 73.95 | 91.97 | - |
| YUV | 214.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 238 | 0.32 | 0.01 | 0 | 0.07 | 181.6 | 0.69 | 0.79 |
| Hex | A3 | EC | EE | 20 | 1 | 0 | 7 | B6 | 45 | 4F |
| Octal | 243 | 354 | 356 | 40 | 1 | 0 | 7 | 266 | 105 | 117 |
| Binary | 10100011 | 11101100 | 11101110 | 100000 | 1 | 0 | 111 | 10110110 | 1000101 | 1001111 |
Color Harmonies of #A3ECEE
Complementary color
Monochromatic Colors of #A3ECEE
Black with #A3ECEE
Text Example
Text Example
White with #A3ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECEE; }
p { color: rgb(163,236,238); }
H1.HeaderClassName
{
color: #A3ECEE;
}
.AnyTagClassName
{
color: #A3ECEE;
}
</style>
background-color css
<style>
a { background-color: #A3ECEE; }
a { background-color: rgb(163,236,238); }
div.DivClassName
{
background-color: #A3ECEE;
}
.BgClassName
{
background-color: #A3ECEE;
}
</style>
border-color css
<style>
span { border-color: #A3ECEE; }
span { border-color: rgb(163,236,238); }
td.TdClassName
{
border-color: #A3ECEE;
}
.TagClassName
{
border-color: #A3ECEE;
}
</style>