#7EE9EC

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

Shades of Turquoise Blue #7EE9EC

Tints of Turquoise Blue #7EE9EC

Color information

#7EE9EC (or 0x7EE9EC) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E9 and EC. RGB value is (126,233,236). Sum of RGB (Red+Green+Blue) = 126+233+236=595 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.18% from 595); Green value is 233 (91.41% from 255 or 39.16% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EE9EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE9EC is #811613. Grayscale: #C9C9C9. Windows color (decimal): -8459796 or 15526270. OLE color: 15526270.

HSL color Cylindrical-coordinate representation of color #7EE9EC: hue angle of 181.64º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EE9EC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126233236-
CMYK0.470.0100.07
HSL181.64º74.32%70.98%-
HSV(B)181.64º46.61%92.55%-
XYZ52.8868.7789.84-
YUV201.35147.5574.26-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.18%
GREEN value IS 233 (91.41% from 255) = 39.16%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=21.18%
G=39.16%
B=39.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262332360.470.0100.07181.6474.3270.98
Hex7EE9EC2F107b64a47
Octal17635135457107266112107
Binary11111101110100111101100101111101111011011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,233,236); }

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

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

 a { background-color: rgb(126,233,236); }

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

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

 span { border-color: rgb(126,233,236); }

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