#A5F7ED

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

Shades of Pale Turquoise #A5F7ED

Tints of Pale Turquoise #A5F7ED

Color information

#A5F7ED (or 0xA5F7ED) is unknown color: approx Pale Turquoise. HEX triplet: A5, F7 and ED. RGB value is (165,247,237). Sum of RGB (Red+Green+Blue) = 165+247+237=649 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.42% from 649); Green value is 247 (96.88% from 255 or 38.06% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F7ED is #5A0812. Grayscale: #DDDDDD. Windows color (decimal): -5900307 or 15595429. OLE color: 15595429.

HSL color Cylindrical-coordinate representation of color #A5F7ED: hue angle of 172.68º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7ED is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB165247237-
CMYK0.3300.040.03
HSL172.68º83.67%80.78%-
HSV(B)172.68º33.2%96.86%-
XYZ64.0680.6492.31-
YUV221.34136.8387.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.42%
GREEN value IS 247 (96.88% from 255) = 38.06%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=25.42%
G=38.06%
B=36.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652472370.3300.040.03172.6883.6780.78
HexA5F7ED21043ad5451
Octal24536735541043255124121
Binary1010010111110111111011011000010100111010110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F7ED; }

 p { color: rgb(165,247,237); }

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

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

 a { background-color: rgb(165,247,237); }

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

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

 span { border-color: rgb(165,247,237); }

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