#A7F7EA

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

Shades of Pale Turquoise #A7F7EA

Tints of Pale Turquoise #A7F7EA

Color information

#A7F7EA (or 0xA7F7EA) is unknown color: approx Pale Turquoise. HEX triplet: A7, F7 and EA. RGB value is (167,247,234). Sum of RGB (Red+Green+Blue) = 167+247+234=648 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.77% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 247 - color contains mainly: green. Hex color #A7F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7EA is #580815. Grayscale: #DDDDDD. Windows color (decimal): -5769238 or 15398823. OLE color: 15398823.

HSL color Cylindrical-coordinate representation of color #A7F7EA: hue angle of 170.25º 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 #A7F7EA is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB167247234-
CMYK0.3200.050.03
HSL170.25º83.33%81.18%-
HSV(B)170.25º32.39%96.86%-
XYZ64.0580.6890.04-
YUV221.613589.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 25.77%
GREEN value IS 247 (96.88% from 255) = 38.12%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=25.77%
G=38.12%
B=36.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1672472340.3200.050.03170.2583.3381.18
HexA7F7EA20053aa5351
Octal24736735240053252123121
Binary1010011111110111111010101000000101111010101010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7F7EA; }

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

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

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

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

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

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

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

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