#A5EEEC

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

Shades of Pale Turquoise #A5EEEC

Tints of Pale Turquoise #A5EEEC

Color information

#A5EEEC (or 0xA5EEEC) is unknown color: approx Pale Turquoise. HEX triplet: A5, EE and EC. RGB value is (165,238,236). Sum of RGB (Red+Green+Blue) = 165+238+236=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EEEC is #5A1113. Grayscale: #D7D7D7. Windows color (decimal): -5902612 or 15527589. OLE color: 15527589.

HSL color Cylindrical-coordinate representation of color #A5EEEC: hue angle of 178.36º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEEC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB165238236-
CMYK0.3100.010.07
HSL178.36º68.22%79.02%-
HSV(B)178.36º30.67%93.33%-
XYZ61.2375.290.65-
YUV215.94139.3291.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.82%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=25.82%
G=37.25%
B=36.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652382360.3100.010.07178.3668.2279.02
HexA5EEEC1F017b2444f
Octal24535635437017262104117
Binary10100101111011101110110011111011111011001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EEEC; }

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

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

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

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

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

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

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

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