#A7F7ED

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

Shades of Pale Turquoise #A7F7ED

Tints of Pale Turquoise #A7F7ED

Color information

#A7F7ED (or 0xA7F7ED) is unknown color: approx Pale Turquoise. HEX triplet: A7, F7 and ED. RGB value is (167,247,237). Sum of RGB (Red+Green+Blue) = 167+247+237=651 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.65% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F7ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7ED is #580812. Grayscale: #DDDDDD. Windows color (decimal): -5769235 or 15595431. OLE color: 15595431.

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

Color convert

RGB167247237-
CMYK0.3200.040.03
HSL172.5º83.33%81.18%-
HSV(B)172.5º32.39%96.86%-
XYZ64.4880.8592.33-
YUV221.94136.588.81-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.65%
GREEN value IS 247 (96.88% from 255) = 37.94%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=25.65%
G=37.94%
B=36.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672472370.3200.040.03172.583.3381.18
HexA7F7ED20043ac5351
Octal24736735540043254123121
Binary1010011111110111111011011000000100111010110010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F7ED; }

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

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

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

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

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

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

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

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