#A4E8E6

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

Shades of Pale Turquoise #A4E8E6

Tints of Pale Turquoise #A4E8E6

Color information

#A4E8E6 (or 0xA4E8E6) is unknown color: approx Pale Turquoise. HEX triplet: A4, E8 and E6. RGB value is (164,232,230). Sum of RGB (Red+Green+Blue) = 164+232+230=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #A4E8E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E8E6 is #5B1719. Grayscale: #D3D3D3. Windows color (decimal): -5969690 or 15132836. OLE color: 15132836.

HSL color Cylindrical-coordinate representation of color #A4E8E6: hue angle of 178.24º 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 #A4E8E6 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB164232230-
CMYK0.2900.010.09
HSL178.24º59.65%77.65%-
HSV(B)178.24º29.31%90.98%-
XYZ58.4571.3285.55-
YUV211.44138.4794.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=26.20%
G=37.06%
B=36.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1642322300.2900.010.09178.2459.6577.65
HexA4E8E61D019b23c4e
Octal24435034635011126274116
Binary10100100111010001110011011101011001101100101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E8E6; }

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

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

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

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

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

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

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

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