Shades of Pale Turquoise #A3ECE8
Tints of Pale Turquoise #A3ECE8
RGB
CMYK
RGB Variations
Color information
#A3ECE8 (or 0xA3ECE8) is known color: Pale Turquoise. HEX triplet: A3, EC and E8. RGB value is (163,236,232). Sum of RGB (Red+Green+Blue) = 163+236+232=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3ECE8 is #5C1317. Grayscale: #D5D5D5. Windows color (decimal): -6034200 or 15264931. OLE color: 15264931.
HSL color Cylindrical-coordinate representation of color #A3ECE8: hue angle of 176.71º degrees, saturation: 0.66, 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 #A3ECE8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 232 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.07 |
| HSL | 176.71º | 0.66% | 0.78% | - |
| HSV(B) | 176.71º | 0.31% | 0.93% | - |
| XYZ | 59.67 | 73.6 | 87.41 | - |
| YUV | 213.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 232 | 0.31 | 0 | 0.02 | 0.07 | 176.71 | 0.66 | 0.78 |
| Hex | A3 | EC | E8 | 1F | 0 | 2 | 7 | B1 | 42 | 4E |
| Octal | 243 | 354 | 350 | 37 | 0 | 2 | 7 | 261 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11101000 | 11111 | 0 | 10 | 111 | 10110001 | 1000010 | 1001110 |
Color Harmonies of #A3ECE8
Complementary color
Monochromatic Colors of #A3ECE8
Black with #A3ECE8
Text Example
Text Example
White with #A3ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECE8; }
p { color: rgb(163,236,232); }
H1.HeaderClassName
{
color: #A3ECE8;
}
.AnyTagClassName
{
color: #A3ECE8;
}
</style>
background-color css
<style>
a { background-color: #A3ECE8; }
a { background-color: rgb(163,236,232); }
div.DivClassName
{
background-color: #A3ECE8;
}
.BgClassName
{
background-color: #A3ECE8;
}
</style>
border-color css
<style>
span { border-color: #A3ECE8; }
span { border-color: rgb(163,236,232); }
td.TdClassName
{
border-color: #A3ECE8;
}
.TagClassName
{
border-color: #A3ECE8;
}
</style>