#A7EBE6

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

Shades of Pale Turquoise #A7EBE6

Tints of Pale Turquoise #A7EBE6

Color information

#A7EBE6 (or 0xA7EBE6) is unknown color: approx Pale Turquoise. HEX triplet: A7, EB and E6. RGB value is (167,235,230). Sum of RGB (Red+Green+Blue) = 167+235+230=632 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.42% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EBE6 is #581419. Grayscale: #D6D6D6. Windows color (decimal): -5772314 or 15133607. OLE color: 15133607.

HSL color Cylindrical-coordinate representation of color #A7EBE6: hue angle of 175.59º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBE6 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB167235230-
CMYK0.2900.020.08
HSL175.59º62.96%78.82%-
HSV(B)175.59º28.94%92.16%-
XYZ59.9373.3585.86-
YUV214.1136.9794.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.42%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 230 (90.23% from 255) = 36.39%
R=26.42%
G=37.18%
B=36.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672352300.2900.020.08175.5962.9678.82
HexA7EBE61D028b03f4f
Octal24735334635021026077117
Binary101001111110101111100110111010101000101100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBE6; }

 p { color: rgb(167,235,230); }

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

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

 a { background-color: rgb(167,235,230); }

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

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

 span { border-color: rgb(167,235,230); }

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