#A0ECEB

Color #A0ECEB Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #A0ECEB

Tints of Pale Turquoise #A0ECEB

Color information

#A0ECEB (or 0xA0ECEB) is unknown color: approx Pale Turquoise. HEX triplet: A0, EC and EB. RGB value is (160,236,235). Sum of RGB (Red+Green+Blue) = 160+236+235=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEB is #5F1314. Grayscale: #D5D5D5. Windows color (decimal): -6230805 or 15461536. OLE color: 15461536.

HSL color Cylindrical-coordinate representation of color #A0ECEB: hue angle of 179.21º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ECEB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB160236235-
CMYK0.3200.000.07
HSL179.21º66.67%77.65%-
HSV(B)179.21º32.2%92.55%-
XYZ59.4973.4689.64-
YUV213.16140.3290.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 25.36%
GREEN value IS 236 (92.58% from 255) = 37.40%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=25.36%
G=37.40%
B=37.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602362350.3200.000.07179.2166.6777.65
HexA0ECEB20007b3434e
Octal24035435340007263103116
Binary101000001110110011101011100000001111011001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECEB; }

 p { color: rgb(160,236,235); }

 H1.HeaderClassName
 {
   color: #A0ECEB;
 }
 .AnyTagClassName
 {
   color: #A0ECEB;
 }
</style>
background-color css

<style>
 a { background-color: #A0ECEB; }

 a { background-color: rgb(160,236,235); }

 div.DivClassName
 {
   background-color: #A0ECEB;
 }
 .BgClassName
 {
   background-color: #A0ECEB;
 }
</style>
border-color css

<style>
 span { border-color: #A0ECEB; }

 span { border-color: rgb(160,236,235); }

 td.TdClassName
 {
   border-color: #A0ECEB;
 }
 .TagClassName
 {
   border-color: #A0ECEB;
 }
</style>