#A4EEED

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

Shades of Pale Turquoise #A4EEED

Tints of Pale Turquoise #A4EEED

Color information

#A4EEED (or 0xA4EEED) is unknown color: approx Pale Turquoise. HEX triplet: A4, EE and ED. RGB value is (164,238,237). Sum of RGB (Red+Green+Blue) = 164+238+237=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EEED is #5B1112. Grayscale: #D7D7D7. Windows color (decimal): -5968147 or 15593124. OLE color: 15593124.

HSL color Cylindrical-coordinate representation of color #A4EEED: hue angle of 179.19º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EEED is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB164238237-
CMYK0.3100.000.07
HSL179.19º68.52%78.82%-
HSV(B)179.19º31.09%93.33%-
XYZ61.1775.1691.4-
YUV215.76139.9891.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.67%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=25.67%
G=37.25%
B=37.09%

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
Decimal1642382370.3100.000.07179.1968.5278.82
HexA4EEED1F007b3454f
Octal24435635537007263105117
Binary10100100111011101110110111111001111011001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EEED; }

 p { color: rgb(164,238,237); }

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

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

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

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

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

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

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