#A7EBE2

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

Shades of Pale Turquoise #A7EBE2

Tints of Pale Turquoise #A7EBE2

Color information

#A7EBE2 (or 0xA7EBE2) is unknown color: approx Pale Turquoise. HEX triplet: A7, EB and E2. RGB value is (167,235,226). Sum of RGB (Red+Green+Blue) = 167+235+226=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EBE2 is #58141D. Grayscale: #D5D5D5. Windows color (decimal): -5772318 or 14871463. OLE color: 14871463.

HSL color Cylindrical-coordinate representation of color #A7EBE2: hue angle of 172.06º 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 #A7EBE2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB167235226-
CMYK0.2900.040.08
HSL172.06º62.96%78.82%-
HSV(B)172.06º28.94%92.16%-
XYZ59.3773.1282.94-
YUV213.64134.9794.73-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.59%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=26.59%
G=37.42%
B=35.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672352260.2900.040.08172.0662.9678.82
HexA7EBE21D048ac3f4f
Octal24735334235041025477117
Binary1010011111101011111000101110101001000101011001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7EBE2; }

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

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

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

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

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

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

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

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