#7EDEE0

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

Shades of Turquoise Blue #7EDEE0

Tints of Turquoise Blue #7EDEE0

Color information

#7EDEE0 (or 0x7EDEE0) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DE and E0. RGB value is (126,222,224). Sum of RGB (Red+Green+Blue) = 126+222+224=572 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.03% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #7EDEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDEE0 is #81211F. Grayscale: #C1C1C1. Windows color (decimal): -8462624 or 14737022. OLE color: 14737022.

HSL color Cylindrical-coordinate representation of color #7EDEE0: hue angle of 181.22º 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 #7EDEE0 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126222224-
CMYK0.440.0100.12
HSL181.22º61.25%68.63%-
HSV(B)181.22º43.75%87.84%-
XYZ48.1862.0679.96-
YUV193.52145.279.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.03%
GREEN value IS 222 (87.11% from 255) = 38.81%
BLUE value IS 224 (87.89% from 255) = 39.16%
R=22.03%
G=38.81%
B=39.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262222240.440.0100.12181.2261.2568.63
Hex7EDEE02C10Cb53d45
Octal17633634054101426575105
Binary11111101101111011100000101100101100101101011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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