#A5ECE7

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

Shades of Pale Turquoise #A5ECE7

Tints of Pale Turquoise #A5ECE7

Color information

#A5ECE7 (or 0xA5ECE7) is unknown color: approx Pale Turquoise. HEX triplet: A5, EC and E7. RGB value is (165,236,231). Sum of RGB (Red+Green+Blue) = 165+236+231=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECE7 is #5A1318. Grayscale: #D6D6D6. Windows color (decimal): -5903129 or 15199397. OLE color: 15199397.

HSL color Cylindrical-coordinate representation of color #A5ECE7: hue angle of 175.77º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECE7 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB165236231-
CMYK0.3000.020.07
HSL175.77º65.14%78.63%-
HSV(B)175.77º30.08%92.55%-
XYZ59.9473.7686.68-
YUV214.2137.4892.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.11%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=26.11%
G=37.34%
B=36.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652362310.3000.020.07175.7765.1478.63
HexA5ECE71E027b0414f
Octal24535434736027260101117
Binary101001011110110011100111111100101111011000010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECE7; }

 p { color: rgb(165,236,231); }

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

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

 a { background-color: rgb(165,236,231); }

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

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

 span { border-color: rgb(165,236,231); }

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