#A3E8E5

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

Shades of Pale Turquoise #A3E8E5

Tints of Pale Turquoise #A3E8E5

Color information

#A3E8E5 (or 0xA3E8E5) is unknown color: approx Pale Turquoise. HEX triplet: A3, E8 and E5. RGB value is (163,232,229). Sum of RGB (Red+Green+Blue) = 163+232+229=624 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.12% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8E5 is #5C171A. Grayscale: #D2D2D2. Windows color (decimal): -6035227 or 15067299. OLE color: 15067299.

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

Color convert

RGB163232229-
CMYK0.3000.010.09
HSL177.39º60%77.45%-
HSV(B)177.39º29.74%90.98%-
XYZ58.171.1684.8-
YUV211.03138.1493.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.12%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 229 (89.84% from 255) = 36.70%
R=26.12%
G=37.18%
B=36.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632322290.3000.010.09177.396077.45
HexA3E8E51E019b13c4d
Octal24335034536011126174115
Binary10100011111010001110010111110011001101100011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E8E5; }

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

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

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

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

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

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

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

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