#A5ECEB

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

Shades of Pale Turquoise #A5ECEB

Tints of Pale Turquoise #A5ECEB

Color information

#A5ECEB (or 0xA5ECEB) is unknown color: approx Pale Turquoise. HEX triplet: A5, EC and EB. RGB value is (165,236,235). Sum of RGB (Red+Green+Blue) = 165+236+235=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECEB is #5A1314. Grayscale: #D6D6D6. Windows color (decimal): -5903125 or 15461541. OLE color: 15461541.

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

Color convert

RGB165236235-
CMYK0.3000.000.07
HSL179.15º65.14%78.63%-
HSV(B)179.15º30.08%92.55%-
XYZ60.5173.9989.69-
YUV214.66139.4892.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.94%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=25.94%
G=37.11%
B=36.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652362350.3000.000.07179.1565.1478.63
HexA5ECEB1E007b3414f
Octal24535435336007263101117
Binary10100101111011001110101111110001111011001110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECEB; }

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

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

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

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

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

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

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

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