#A4EAEA

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

Shades of Pale Turquoise #A4EAEA

Tints of Pale Turquoise #A4EAEA

Color information

#A4EAEA (or 0xA4EAEA) is unknown color: approx Pale Turquoise. HEX triplet: A4, EA and EA. RGB value is (164,234,234). Sum of RGB (Red+Green+Blue) = 164+234+234=632 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.95% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #A4EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAEA is #5B1515. Grayscale: #D5D5D5. Windows color (decimal): -5969174 or 15395492. OLE color: 15395492.

HSL color Cylindrical-coordinate representation of color #A4EAEA: hue angle of 180º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4EAEA is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164234234-
CMYK0.30000.08
HSL180º62.5%78.04%-
HSV(B)180º29.91%91.76%-
XYZ59.5872.6888.73-
YUV213.07139.8193-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.95%
GREEN value IS 234 (91.80% from 255) = 37.03%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=25.95%
G=37.03%
B=37.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342340.30000.0818062.578.04
HexA4EAEA1E008b43e4e
Octal24435235236001026476116
Binary10100100111010101110101011110001000101101001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAEA; }

 p { color: rgb(164,234,234); }

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

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

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

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

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

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

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