#A7F6EC

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

Shades of Pale Turquoise #A7F6EC

Tints of Pale Turquoise #A7F6EC

Color information

#A7F6EC (or 0xA7F6EC) is unknown color: approx Pale Turquoise. HEX triplet: A7, F6 and EC. RGB value is (167,246,236). Sum of RGB (Red+Green+Blue) = 167+246+236=649 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.73% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #A7F6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F6EC is #580913. Grayscale: #DDDDDD. Windows color (decimal): -5769492 or 15529639. OLE color: 15529639.

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

Color convert

RGB167246236-
CMYK0.3200.040.04
HSL172.41º81.44%80.98%-
HSV(B)172.41º32.11%96.47%-
XYZ64.0380.1891.46-
YUV221.24136.3389.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.73%
GREEN value IS 246 (96.48% from 255) = 37.90%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=25.73%
G=37.90%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1672462360.3200.040.04172.4181.4480.98
HexA7F6EC20044ac5151
Octal24736635440044254121121
Binary10100111111101101110110010000001001001010110010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F6EC; }

 p { color: rgb(167,246,236); }

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

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

 a { background-color: rgb(167,246,236); }

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

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

 span { border-color: rgb(167,246,236); }

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