Shades of Pale Turquoise #A3ECED
Tints of Pale Turquoise #A3ECED
RGB
CMYK
RGB Variations
Color information
#A3ECED (or 0xA3ECED) is known color: Pale Turquoise. HEX triplet: A3, EC and ED. RGB value is (163,236,237). Sum of RGB (Red+Green+Blue) = 163+236+237=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3ECED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECED is #5C1312. Grayscale: #D6D6D6. Windows color (decimal): -6034195 or 15592611. OLE color: 15592611.
HSL color Cylindrical-coordinate representation of color #A3ECED: hue angle of 180.81º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECED is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 237 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.07 |
| HSL | 180.81º | 0.67% | 0.78% | - |
| HSV(B) | 180.81º | 0.31% | 0.93% | - |
| XYZ | 60.39 | 73.89 | 91.2 | - |
| YUV | 214.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 237 | 0.31 | 0.00 | 0 | 0.07 | 180.81 | 0.67 | 0.78 |
| Hex | A3 | EC | ED | 1F | 0 | 0 | 7 | B5 | 43 | 4E |
| Octal | 243 | 354 | 355 | 37 | 0 | 0 | 7 | 265 | 103 | 116 |
| Binary | 10100011 | 11101100 | 11101101 | 11111 | 0 | 0 | 111 | 10110101 | 1000011 | 1001110 |
Color Harmonies of #A3ECED
Complementary color
Monochromatic Colors of #A3ECED
Black with #A3ECED
Text Example
Text Example
White with #A3ECED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECED; }
p { color: rgb(163,236,237); }
H1.HeaderClassName
{
color: #A3ECED;
}
.AnyTagClassName
{
color: #A3ECED;
}
</style>
background-color css
<style>
a { background-color: #A3ECED; }
a { background-color: rgb(163,236,237); }
div.DivClassName
{
background-color: #A3ECED;
}
.BgClassName
{
background-color: #A3ECED;
}
</style>
border-color css
<style>
span { border-color: #A3ECED; }
span { border-color: rgb(163,236,237); }
td.TdClassName
{
border-color: #A3ECED;
}
.TagClassName
{
border-color: #A3ECED;
}
</style>