#A4E8E7

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

Shades of Pale Turquoise #A4E8E7

Tints of Pale Turquoise #A4E8E7

Color information

#A4E8E7 (or 0xA4E8E7) is unknown color: approx Pale Turquoise. HEX triplet: A4, E8 and E7. RGB value is (164,232,231). Sum of RGB (Red+Green+Blue) = 164+232+231=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E8E7 is #5B1718. Grayscale: #D3D3D3. Windows color (decimal): -5969689 or 15198372. OLE color: 15198372.

HSL color Cylindrical-coordinate representation of color #A4E8E7: hue angle of 179.12º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E8E7 is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB164232231-
CMYK0.2900.000.09
HSL179.12º59.65%77.65%-
HSV(B)179.12º29.31%90.98%-
XYZ58.5971.3886.29-
YUV211.55138.9794.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.16%
GREEN value IS 232 (91.02% from 255) = 37.00%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=26.16%
G=37.00%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642322310.2900.000.09179.1259.6577.65
HexA4E8E71D009b33c4e
Octal24435034735001126374116
Binary10100100111010001110011111101001001101100111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8E7; }

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

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

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

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

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

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

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

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