#A4EAE8

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

Shades of Pale Turquoise #A4EAE8

Tints of Pale Turquoise #A4EAE8

Color information

#A4EAE8 (or 0xA4EAE8) is unknown color: approx Pale Turquoise. HEX triplet: A4, EA and E8. RGB value is (164,234,232). Sum of RGB (Red+Green+Blue) = 164+234+232=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 234 (91.80% from 255 or 37.14% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 234 - color contains mainly: green. Hex color #A4EAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAE8 is #5B1517. Grayscale: #D4D4D4. Windows color (decimal): -5969176 or 15264420. OLE color: 15264420.

HSL color Cylindrical-coordinate representation of color #A4EAE8: hue angle of 178.29º 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 #A4EAE8 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB164234232-
CMYK0.3000.010.08
HSL178.29º62.5%78.04%-
HSV(B)178.29º29.91%91.76%-
XYZ59.372.5687.22-
YUV212.84138.8193.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.03%
GREEN value IS 234 (91.80% from 255) = 37.14%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=26.03%
G=37.14%
B=36.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642342320.3000.010.08178.2962.578.04
HexA4EAE81E018b23e4e
Octal24435235036011026276116
Binary10100100111010101110100011110011000101100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAE8; }

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

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

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

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

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

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

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

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