#7EE2DE

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

Shades of Turquoise Blue #7EE2DE

Tints of Turquoise Blue #7EE2DE

Color information

#7EE2DE (or 0x7EE2DE) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E2 and DE. RGB value is (126,226,222). Sum of RGB (Red+Green+Blue) = 126+226+222=574 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.95% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE2DE is #811D21. Grayscale: #C3C3C3. Windows color (decimal): -8461602 or 14606974. OLE color: 14606974.

HSL color Cylindrical-coordinate representation of color #7EE2DE: hue angle of 177.6º degrees, saturation: 0.63, 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 #7EE2DE is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB126226222-
CMYK0.4400.020.11
HSL177.6º63.29%69.02%-
HSV(B)177.6º44.25%88.63%-
XYZ48.9964.178.9-
YUV195.64142.8778.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.95%
GREEN value IS 226 (88.67% from 255) = 39.37%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=21.95%
G=39.37%
B=38.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1262262220.4400.020.11177.663.2969.02
Hex7EE2DE2C02Bb23f45
Octal17634233654021326277105
Binary111111011100010110111101011000101011101100101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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