#A7EFEA

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

Shades of Pale Turquoise #A7EFEA

Tints of Pale Turquoise #A7EFEA

Color information

#A7EFEA (or 0xA7EFEA) is unknown color: approx Pale Turquoise. HEX triplet: A7, EF and EA. RGB value is (167,239,234). Sum of RGB (Red+Green+Blue) = 167+239+234=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EFEA is #581015. Grayscale: #D8D8D8. Windows color (decimal): -5771286 or 15396775. OLE color: 15396775.

HSL color Cylindrical-coordinate representation of color #A7EFEA: hue angle of 175.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFEA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB167239234-
CMYK0.3000.020.06
HSL175.83º69.23%79.61%-
HSV(B)175.83º30.13%93.73%-
XYZ61.6575.8989.24-
YUV216.9137.6592.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.09%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=26.09%
G=37.34%
B=36.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672392340.3000.020.06175.8369.2379.61
HexA7EFEA1E026b04550
Octal24735735236026260105120
Binary101001111110111111101010111100101101011000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EFEA; }

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

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

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

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

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

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

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

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