#A5ECF0

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

Shades of Pale Turquoise #A5ECF0

Tints of Pale Turquoise #A5ECF0

Color information

#A5ECF0 (or 0xA5ECF0) is unknown color: approx Pale Turquoise. HEX triplet: A5, EC and F0. RGB value is (165,236,240). Sum of RGB (Red+Green+Blue) = 165+236+240=641 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.74% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #A5ECF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5ECF0 is #5A130F. Grayscale: #D7D7D7. Windows color (decimal): -5903120 or 15789221. OLE color: 15789221.

HSL color Cylindrical-coordinate representation of color #A5ECF0: hue angle of 183.2º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5ECF0 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB165236240-
CMYK0.310.0200.06
HSL183.2º71.43%79.41%-
HSV(B)183.2º31.25%94.12%-
XYZ61.2474.2893.55-
YUV215.23141.9892.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.74%
GREEN value IS 236 (92.58% from 255) = 36.82%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=25.74%
G=36.82%
B=37.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652362400.310.0200.06183.271.4379.41
HexA5ECF01F206b7474f
Octal24535436037206267107117
Binary101001011110110011110000111111001101011011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ECF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ECF0; }

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

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

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

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

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

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

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

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