#7EDCEB

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

Shades of Turquoise Blue #7EDCEB

Tints of Turquoise Blue #7EDCEB

Color information

#7EDCEB (or 0x7EDCEB) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DC and EB. RGB value is (126,220,235). Sum of RGB (Red+Green+Blue) = 126+220+235=581 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.69% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #7EDCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDCEB is #812314. Grayscale: #C1C1C1. Windows color (decimal): -8463125 or 15457406. OLE color: 15457406.

HSL color Cylindrical-coordinate representation of color #7EDCEB: hue angle of 188.26º degrees, saturation: 0.73, 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 #7EDCEB is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126220235-
CMYK0.460.0600.08
HSL188.26º73.15%70.78%-
HSV(B)188.26º46.38%92.16%-
XYZ49.1961.6287.9-
YUV193.6151.3679.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.69%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=21.69%
G=37.87%
B=40.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262202350.460.0600.08188.2673.1570.78
Hex7EDCEB2E608bc4947
Octal176334353566010274111107
Binary11111101101110011101011101110110010001011110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,220,235); }

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

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

 a { background-color: rgb(126,220,235); }

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

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

 span { border-color: rgb(126,220,235); }

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