#A2ECE7

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

Shades of Pale Turquoise #A2ECE7

Tints of Pale Turquoise #A2ECE7

Color information

#A2ECE7 (or 0xA2ECE7) is unknown color: approx Pale Turquoise. HEX triplet: A2, EC and E7. RGB value is (162,236,231). Sum of RGB (Red+Green+Blue) = 162+236+231=629 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.76% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECE7 is #5D1318. Grayscale: #D5D5D5. Windows color (decimal): -6099737 or 15199394. OLE color: 15199394.

HSL color Cylindrical-coordinate representation of color #A2ECE7: hue angle of 175.95º 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 #A2ECE7 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB162236231-
CMYK0.3100.020.07
HSL175.95º66.07%78.04%-
HSV(B)175.95º31.36%92.55%-
XYZ59.3273.4486.65-
YUV213.3137.9891.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.76%
GREEN value IS 236 (92.58% from 255) = 37.52%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=25.76%
G=37.52%
B=36.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622362310.3100.020.07175.9566.0778.04
HexA2ECE71F027b0424e
Octal24235434737027260102116
Binary101000101110110011100111111110101111011000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECE7; }

 p { color: rgb(162,236,231); }

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

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

 a { background-color: rgb(162,236,231); }

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

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

 span { border-color: rgb(162,236,231); }

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