#7edce8

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

Shades of Turquoise Blue #7EDCE8

Tints of Turquoise Blue #7EDCE8

Color information

#7EDCE8 (or 0x7EDCE8) is unknown color: approx Turquoise Blue. HEX triplet: 7E, DC and E8. RGB value is (126,220,232). Sum of RGB (Red+Green+Blue) = 126+220+232=578 (76% of max value = 765). Red value is 126 (49.61% from 255 or 21.80% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 232 - color contains mainly: blue. Hex color #7EDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EDCE8 is #812317. Grayscale: #C1C1C1. Windows color (decimal): -8463128 or 15260798. OLE color: 15260798.

HSL color Cylindrical-coordinate representation of color #7EDCE8: hue angle of 186.79º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EDCE8 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126220232-
CMYK0.460.0500.09
HSL186.79º69.74%70.2%-
HSV(B)186.79º45.69%90.98%-
XYZ48.7661.4585.63-
YUV193.26149.8680.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 21.80%
GREEN value IS 220 (86.33% from 255) = 38.06%
BLUE value IS 232 (91.02% from 255) = 40.14%
R=21.80%
G=38.06%
B=40.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1262202320.460.0500.09186.7969.7470.2
Hex7EDCE82E509bb4646
Octal176334350565011273106106
Binary11111101101110011101000101110101010011011101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7edce8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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