#A5EBE7

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

Shades of Pale Turquoise #A5EBE7

Tints of Pale Turquoise #A5EBE7

Color information

#A5EBE7 (or 0xA5EBE7) is unknown color: approx Pale Turquoise. HEX triplet: A5, EB and E7. RGB value is (165,235,231). Sum of RGB (Red+Green+Blue) = 165+235+231=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EBE7 is #5A1418. Grayscale: #D5D5D5. Windows color (decimal): -5903385 or 15199141. OLE color: 15199141.

HSL color Cylindrical-coordinate representation of color #A5EBE7: hue angle of 176.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBE7 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB165235231-
CMYK0.3000.020.08
HSL176.57º63.64%78.43%-
HSV(B)176.57º29.79%92.16%-
XYZ59.6573.1986.58-
YUV213.61137.8193.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.15%
GREEN value IS 235 (92.19% from 255) = 37.24%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=26.15%
G=37.24%
B=36.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652352310.3000.020.08176.5763.6478.43
HexA5EBE71E028b1404e
Octal245353347360210261100116
Binary1010010111101011111001111111001010001011000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EBE7; }

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

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

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

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

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

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

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

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