#A5ECE5

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

Shades of Pale Turquoise #A5ECE5

Tints of Pale Turquoise #A5ECE5

Color information

#A5ECE5 (or 0xA5ECE5) is unknown color: approx Pale Turquoise. HEX triplet: A5, EC and E5. RGB value is (165,236,229). Sum of RGB (Red+Green+Blue) = 165+236+229=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECE5 is #5A131A. Grayscale: #D5D5D5. Windows color (decimal): -5903131 or 15068325. OLE color: 15068325.

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

Color convert

RGB165236229-
CMYK0.3000.030.07
HSL174.08º65.14%78.63%-
HSV(B)174.08º30.08%92.55%-
XYZ59.6673.6585.2-
YUV213.97136.4893.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.19%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 229 (89.84% from 255) = 36.35%
R=26.19%
G=37.46%
B=36.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652362290.3000.030.07174.0865.1478.63
HexA5ECE51E037ae414f
Octal24535434536037256101117
Binary101001011110110011100101111100111111010111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECE5; }

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

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

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

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

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

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

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

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