#A3E8E1

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

Shades of Pale Turquoise #A3E8E1

Tints of Pale Turquoise #A3E8E1

Color information

#A3E8E1 (or 0xA3E8E1) is unknown color: approx Pale Turquoise. HEX triplet: A3, E8 and E1. RGB value is (163,232,225). Sum of RGB (Red+Green+Blue) = 163+232+225=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8E1 is #5C171E. Grayscale: #D2D2D2. Windows color (decimal): -6035231 or 14805155. OLE color: 14805155.

HSL color Cylindrical-coordinate representation of color #A3E8E1: hue angle of 173.91º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E8E1 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB163232225-
CMYK0.3000.030.09
HSL173.91º60%77.45%-
HSV(B)173.91º29.74%90.98%-
XYZ57.5570.9481.89-
YUV210.57136.1494.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=26.29%
G=37.42%
B=36.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632322250.3000.030.09173.916077.45
HexA3E8E11E039ae3c4d
Octal24335034136031125674115
Binary101000111110100011100001111100111001101011101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E8E1; }

 p { color: rgb(163,232,225); }

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

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

 a { background-color: rgb(163,232,225); }

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

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

 span { border-color: rgb(163,232,225); }

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