#76E3DE

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

Shades of Turquoise Blue #76E3DE

Tints of Turquoise Blue #76E3DE

Color information

#76E3DE (or 0x76E3DE) is unknown color: approx Turquoise Blue. HEX triplet: 76, E3 and DE. RGB value is (118,227,222). Sum of RGB (Red+Green+Blue) = 118+227+222=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #76E3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E3DE is #891C21. Grayscale: #C1C1C1. Windows color (decimal): -8985634 or 14607222. OLE color: 14607222.

HSL color Cylindrical-coordinate representation of color #76E3DE: hue angle of 177.25º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E3DE is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB118227222-
CMYK0.4800.020.11
HSL177.25º66.06%67.65%-
HSV(B)177.25º48.02%89.02%-
XYZ48.1364.0678.94-
YUV193.84143.8973.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 227 (89.06% from 255) = 40.04%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=20.81%
G=40.04%
B=39.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182272220.4800.020.11177.2566.0667.65
Hex76E3DE3002Bb14244
Octal166343336600213261102104
Binary1110110111000111101111011000001010111011000110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,227,222); }

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

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

 a { background-color: rgb(118,227,222); }

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

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

 span { border-color: rgb(118,227,222); }

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