#A2ECE8

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

Shades of Pale Turquoise #A2ECE8

Tints of Pale Turquoise #A2ECE8

Color information

#A2ECE8 (or 0xA2ECE8) is unknown color: approx Pale Turquoise. HEX triplet: A2, EC and E8. RGB value is (162,236,232). Sum of RGB (Red+Green+Blue) = 162+236+232=630 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.71% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECE8 is #5D1317. Grayscale: #D5D5D5. Windows color (decimal): -6099736 or 15264930. OLE color: 15264930.

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

Color convert

RGB162236232-
CMYK0.3100.020.07
HSL176.76º66.07%78.04%-
HSV(B)176.76º31.36%92.55%-
XYZ59.4673.587.4-
YUV213.42138.4891.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.71%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=25.71%
G=37.46%
B=36.83%

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
Decimal1622362320.3100.020.07176.7666.0778.04
HexA2ECE81F027b1424e
Octal24235435037027261102116
Binary101000101110110011101000111110101111011000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECE8; }

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

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

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

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

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

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

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

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