#7EE0DF

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

Shades of Turquoise Blue #7EE0DF

Tints of Turquoise Blue #7EE0DF

Color information

#7EE0DF (or 0x7EE0DF) is unknown color: approx Turquoise Blue. HEX triplet: 7E, E0 and DF. RGB value is (126,224,223). Sum of RGB (Red+Green+Blue) = 126+224+223=573 (75% of max value = 765). Red value is 126 (49.61% from 255 or 21.99% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EE0DF is #811F20. Grayscale: #C2C2C2. Windows color (decimal): -8462113 or 14671998. OLE color: 14671998.

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

Color convert

RGB126224223-
CMYK0.4400.000.12
HSL179.39º61.25%68.63%-
HSV(B)179.39º43.75%87.84%-
XYZ48.5863.0779.43-
YUV194.58144.0379.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.99%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=21.99%
G=39.09%
B=38.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262242230.4400.000.12179.3961.2568.63
Hex7EE0DF2C00Cb33d45
Octal17634033754001426375105
Binary11111101110000011011111101100001100101100111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,223); }

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

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

 a { background-color: rgb(126,224,223); }

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

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

 span { border-color: rgb(126,224,223); }

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