#A4EFED

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

Shades of Pale Turquoise #A4EFED

Tints of Pale Turquoise #A4EFED

Color information

#A4EFED (or 0xA4EFED) is unknown color: approx Pale Turquoise. HEX triplet: A4, EF and ED. RGB value is (164,239,237). Sum of RGB (Red+Green+Blue) = 164+239+237=640 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.62% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFED is #5B1012. Grayscale: #D8D8D8. Windows color (decimal): -5967891 or 15593380. OLE color: 15593380.

HSL color Cylindrical-coordinate representation of color #A4EFED: hue angle of 178.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFED is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB164239237-
CMYK0.3100.010.06
HSL178.4º70.09%79.02%-
HSV(B)178.4º31.38%93.73%-
XYZ61.4675.7491.5-
YUV216.35139.6590.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.62%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=25.62%
G=37.34%
B=37.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642392370.3100.010.06178.470.0979.02
HexA4EFED1F016b2464f
Octal24435735537016262106117
Binary10100100111011111110110111111011101011001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFED; }

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

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

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

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

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

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

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

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