#A5EFE7

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

Shades of Pale Turquoise #A5EFE7

Tints of Pale Turquoise #A5EFE7

Color information

#A5EFE7 (or 0xA5EFE7) is unknown color: approx Pale Turquoise. HEX triplet: A5, EF and E7. RGB value is (165,239,231). Sum of RGB (Red+Green+Blue) = 165+239+231=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EFE7 is #5A1018. Grayscale: #D7D7D7. Windows color (decimal): -5902361 or 15200165. OLE color: 15200165.

HSL color Cylindrical-coordinate representation of color #A5EFE7: hue angle of 173.51º degrees, saturation: 0.7, 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 #A5EFE7 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB165239231-
CMYK0.3100.030.06
HSL173.51º69.81%79.22%-
HSV(B)173.51º30.96%93.73%-
XYZ60.8175.586.97-
YUV215.96136.4891.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.98%
GREEN value IS 239 (93.75% from 255) = 37.64%
BLUE value IS 231 (90.62% from 255) = 36.38%
R=25.98%
G=37.64%
B=36.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652392310.3100.030.06173.5169.8179.22
HexA5EFE71F036ae464f
Octal24535734737036256106117
Binary101001011110111111100111111110111101010111010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EFE7; }

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

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

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

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

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

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

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

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