#A4ECE2

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

Shades of Pale Turquoise #A4ECE2

Tints of Pale Turquoise #A4ECE2

Color information

#A4ECE2 (or 0xA4ECE2) is unknown color: approx Pale Turquoise. HEX triplet: A4, EC and E2. RGB value is (164,236,226). Sum of RGB (Red+Green+Blue) = 164+236+226=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 226 (88.67% from 255 or 36.10% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #A4ECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4ECE2 is #5B131D. Grayscale: #D5D5D5. Windows color (decimal): -5968670 or 14871716. OLE color: 14871716.

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

Color convert

RGB164236226-
CMYK0.3100.040.07
HSL171.67º65.45%78.43%-
HSV(B)171.67º30.51%92.55%-
XYZ59.0373.3783-
YUV213.33135.1592.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 226 (88.67% from 255) = 36.10%
R=26.20%
G=37.70%
B=36.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642362260.3100.040.07171.6765.4578.43
HexA4ECE21F047ac414e
Octal24435434237047254101116
Binary1010010011101100111000101111101001111010110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECE2; }

 p { color: rgb(164,236,226); }

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

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

 a { background-color: rgb(164,236,226); }

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

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

 span { border-color: rgb(164,236,226); }

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