#A2ECEB

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

Shades of Pale Turquoise #A2ECEB

Tints of Pale Turquoise #A2ECEB

Color information

#A2ECEB (or 0xA2ECEB) is unknown color: approx Pale Turquoise. HEX triplet: A2, EC and EB. RGB value is (162,236,235). Sum of RGB (Red+Green+Blue) = 162+236+235=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECEB is #5D1314. Grayscale: #D5D5D5. Windows color (decimal): -6099733 or 15461538. OLE color: 15461538.

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

Color convert

RGB162236235-
CMYK0.3100.000.07
HSL179.19º66.07%78.04%-
HSV(B)179.19º31.36%92.55%-
XYZ59.8973.6789.66-
YUV213.76139.9891.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.59%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=25.59%
G=37.28%
B=37.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622362350.3100.000.07179.1966.0778.04
HexA2ECEB1F007b3424e
Octal24235435337007263102116
Binary10100010111011001110101111111001111011001110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECEB; }

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

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

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

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

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

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

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

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