#7EE3E2

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

Shades of Turquoise Blue #7EE3E2

Tints of Turquoise Blue #7EE3E2

Color information

#7EE3E2 (or 0x7EE3E2) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E3 and E2. RGB value is (126,227,226). Sum of RGB (Red+Green+Blue) = 126+227+226=579 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.76% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 226 (88.67% from 255 or 39.03% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #7EE3E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE3E2 is #811C1D. Grayscale: #C4C4C4. Windows color (decimal): -8461342 or 14869374. OLE color: 14869374.

HSL color Cylindrical-coordinate representation of color #7EE3E2: hue angle of 179.41º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE3E2 is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB126227226-
CMYK0.4400.000.11
HSL179.41º64.33%69.22%-
HSV(B)179.41º44.49%89.02%-
XYZ49.864.8681.85-
YUV196.69144.5477.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.76%
GREEN value IS 227 (89.06% from 255) = 39.21%
BLUE value IS 226 (88.67% from 255) = 39.03%
R=21.76%
G=39.21%
B=39.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262272260.4400.000.11179.4164.3369.22
Hex7EE3E22C00Bb34045
Octal176343342540013263100105
Binary111111011100011111000101011000010111011001110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EE3E2; }

 p { color: rgb(126,227,226); }

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

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

 a { background-color: rgb(126,227,226); }

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

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

 span { border-color: rgb(126,227,226); }

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