#A4EFE6

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

Shades of Pale Turquoise #A4EFE6

Tints of Pale Turquoise #A4EFE6

Color information

#A4EFE6 (or 0xA4EFE6) is unknown color: approx Pale Turquoise. HEX triplet: A4, EF and E6. RGB value is (164,239,230). Sum of RGB (Red+Green+Blue) = 164+239+230=633 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.91% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EFE6 is #5B1019. Grayscale: #D7D7D7. Windows color (decimal): -5967898 or 15134628. OLE color: 15134628.

HSL color Cylindrical-coordinate representation of color #A4EFE6: hue angle of 172.8º 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 #A4EFE6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB164239230-
CMYK0.3100.040.06
HSL172.8º70.09%79.02%-
HSV(B)172.8º31.38%93.73%-
XYZ60.4675.3486.22-
YUV215.55136.1591.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.91%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=25.91%
G=37.76%
B=36.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1642392300.3100.040.06172.870.0979.02
HexA4EFE61F046ad464f
Octal24435734637046255106117
Binary1010010011101111111001101111101001101010110110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EFE6; }

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

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

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

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

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

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

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

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