#A4E5E2

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

Shades of Pale Turquoise #A4E5E2

Tints of Pale Turquoise #A4E5E2

Color information

#A4E5E2 (or 0xA4E5E2) is unknown color: approx Pale Turquoise. HEX triplet: A4, E5 and E2. RGB value is (164,229,226). Sum of RGB (Red+Green+Blue) = 164+229+226=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5E2 is #5B1A1D. Grayscale: #D1D1D1. Windows color (decimal): -5970462 or 14869924. OLE color: 14869924.

HSL color Cylindrical-coordinate representation of color #A4E5E2: hue angle of 177.23º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5E2 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB164229226-
CMYK0.2800.010.10
HSL177.23º55.56%77.06%-
HSV(B)177.23º28.38%89.8%-
XYZ57.0669.4282.34-
YUV209.22137.4795.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 226 (88.67% from 255) = 36.51%
R=26.49%
G=37.00%
B=36.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642292260.2800.010.10177.2355.5677.06
HexA4E5E21C01Ab1384d
Octal24434534234011226170115
Binary10100100111001011110001011100011010101100011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5E2; }

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

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

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

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

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

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

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

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