#A5FFEC

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

Shades of Pale Turquoise #A5FFEC

Tints of Pale Turquoise #A5FFEC

Color information

#A5FFEC (or 0xA5FFEC) is unknown color: approx Pale Turquoise. HEX triplet: A5, FF and EC. RGB value is (165,255,236). Sum of RGB (Red+Green+Blue) = 165+255+236=656 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.15% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FFEC is #5A0013. Grayscale: #E1E1E1. Windows color (decimal): -5898260 or 15531941. OLE color: 15531941.

HSL color Cylindrical-coordinate representation of color #A5FFEC: hue angle of 167.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFEC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB165255236-
CMYK0.3500.070
HSL167.33º100%82.35%-
HSV(B)167.33º35.29%100%-
XYZ66.4285.5892.37-
YUV225.92133.6884.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.15%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=25.15%
G=38.87%
B=35.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652552360.3500.070167.3310082.35
HexA5FFEC23070a76452
Octal24537735443070247144122
Binary101001011111111111101100100011011101010011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FFEC; }

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

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

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

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

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

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

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

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