#A5E8E5

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

Shades of Pale Turquoise #A5E8E5

Tints of Pale Turquoise #A5E8E5

Color information

#A5E8E5 (or 0xA5E8E5) is unknown color: approx Pale Turquoise. HEX triplet: A5, E8 and E5. RGB value is (165,232,229). Sum of RGB (Red+Green+Blue) = 165+232+229=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8E5 is #5A171A. Grayscale: #D3D3D3. Windows color (decimal): -5904155 or 15067301. OLE color: 15067301.

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

Color convert

RGB165232229-
CMYK0.2900.010.09
HSL177.31º59.29%77.84%-
HSV(B)177.31º28.88%90.98%-
XYZ58.5271.3784.82-
YUV211.62137.894.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.36%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 229 (89.84% from 255) = 36.58%
R=26.36%
G=37.06%
B=36.58%

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
Decimal1652322290.2900.010.09177.3159.2977.84
HexA5E8E51D019b13b4e
Octal24535034535011126173116
Binary10100101111010001110010111101011001101100011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E8E5; }

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

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

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

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

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

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

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

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