#A4EBE7

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

Shades of Pale Turquoise #A4EBE7

Tints of Pale Turquoise #A4EBE7

Color information

#A4EBE7 (or 0xA4EBE7) is unknown color: approx Pale Turquoise. HEX triplet: A4, EB and E7. RGB value is (164,235,231). Sum of RGB (Red+Green+Blue) = 164+235+231=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 235 - color contains mainly: green. Hex color #A4EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBE7 is #5B1418. Grayscale: #D5D5D5. Windows color (decimal): -5968921 or 15199140. OLE color: 15199140.

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

Color convert

RGB164235231-
CMYK0.3000.020.08
HSL176.62º63.96%78.24%-
HSV(B)176.62º30.21%92.16%-
XYZ59.4473.0886.57-
YUV213.32137.9892.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.03%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=26.03%
G=37.30%
B=36.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1642352310.3000.020.08176.6263.9678.24
HexA4EBE71E028b1404e
Octal244353347360210261100116
Binary1010010011101011111001111111001010001011000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBE7; }

 p { color: rgb(164,235,231); }

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

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

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

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

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

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

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