#7EE9EA

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

Shades of Turquoise Blue #7EE9EA

Tints of Turquoise Blue #7EE9EA

Color information

#7EE9EA (or 0x7EE9EA) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E9 and EA. RGB value is (126,233,234). Sum of RGB (Red+Green+Blue) = 126+233+234=593 (78% of max value = 765). Red value is 126 (49.61% from 255 or 21.25% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EE9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7EE9EA is #811615. Grayscale: #C9C9C9. Windows color (decimal): -8459798 or 15395198. OLE color: 15395198.

HSL color Cylindrical-coordinate representation of color #7EE9EA: hue angle of 180.56º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE9EA is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126233234-
CMYK0.460.0000.08
HSL180.56º72%70.59%-
HSV(B)180.56º46.15%91.76%-
XYZ52.5968.6588.32-
YUV201.12146.5574.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.25%
GREEN value IS 233 (91.41% from 255) = 39.29%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=21.25%
G=39.29%
B=39.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262332340.460.0000.08180.567270.59
Hex7EE9EA2E008b54847
Octal176351352560010265110107
Binary111111011101001111010101011100010001011010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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