#A7E5E1

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

Shades of Pale Turquoise #A7E5E1

Tints of Pale Turquoise #A7E5E1

Color information

#A7E5E1 (or 0xA7E5E1) is unknown color: approx Pale Turquoise. HEX triplet: A7, E5 and E1. RGB value is (167,229,225). Sum of RGB (Red+Green+Blue) = 167+229+225=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #A7E5E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7E5E1 is #581A1E. Grayscale: #D1D1D1. Windows color (decimal): -5773855 or 14804391. OLE color: 14804391.

HSL color Cylindrical-coordinate representation of color #A7E5E1: hue angle of 176.13º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7E5E1 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB167229225-
CMYK0.2700.020.10
HSL176.13º54.39%77.65%-
HSV(B)176.13º27.07%89.8%-
XYZ57.5569.6981.65-
YUV210.01136.4697.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.89%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=26.89%
G=36.88%
B=36.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1672292250.2700.020.10176.1354.3977.65
HexA7E5E11B02Ab0364e
Octal24734534133021226066116
Binary101001111110010111100001110110101010101100001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E5E1; }

 p { color: rgb(167,229,225); }

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

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

 a { background-color: rgb(167,229,225); }

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

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

 span { border-color: rgb(167,229,225); }

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