#76ECE0

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

Shades of Turquoise Blue #76ECE0

Tints of Turquoise Blue #76ECE0

Color information

#76ECE0 (or 0x76ECE0) is unknown color: approx Turquoise Blue. HEX triplet: 76, EC and E0. RGB value is (118,236,224). Sum of RGB (Red+Green+Blue) = 118+236+224=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE0 is #89131F. Grayscale: #C7C7C7. Windows color (decimal): -8983328 or 14740598. OLE color: 14740598.

HSL color Cylindrical-coordinate representation of color #76ECE0: hue angle of 173.9º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECE0 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB118236224-
CMYK0.500.050.07
HSL173.9º75.64%69.41%-
HSV(B)173.9º50%92.55%-
XYZ50.9269.2281.2-
YUV199.35141.9169.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.42%
GREEN value IS 236 (92.58% from 255) = 40.83%
BLUE value IS 224 (87.89% from 255) = 38.75%
R=20.42%
G=40.83%
B=38.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182362240.500.050.07173.975.6469.41
Hex76ECE032057ae4c45
Octal16635434062057256114105
Binary1110110111011001110000011001001011111010111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76ECE0; }

 p { color: rgb(118,236,224); }

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

<style>
 a { background-color: #76ECE0; }

 a { background-color: rgb(118,236,224); }

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

<style>
 span { border-color: #76ECE0; }

 span { border-color: rgb(118,236,224); }

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