#76DEDD

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

Shades of Turquoise Blue #76DEDD

Tints of Turquoise Blue #76DEDD

Color information

#76DEDD (or 0x76DEDD) is unknown color: approx Turquoise Blue. HEX triplet: 76, DE and DD. RGB value is (118,222,221). Sum of RGB (Red+Green+Blue) = 118+222+221=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEDD is #892122. Grayscale: #BEBEBE. Windows color (decimal): -8986915 or 14540406. OLE color: 14540406.

HSL color Cylindrical-coordinate representation of color #76DEDD: hue angle of 179.42º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEDD is Cyan = 0.47, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB118222221-
CMYK0.4700.000.13
HSL179.42º61.18%66.67%-
HSV(B)179.42º46.85%87.06%-
XYZ46.6461.3177.78-
YUV190.79145.0476.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.03%
GREEN value IS 222 (87.11% from 255) = 39.57%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=21.03%
G=39.57%
B=39.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182222210.4700.000.13179.4261.1866.67
Hex76DEDD2F00Db33d43
Octal16633633557001526375103
Binary11101101101111011011101101111001101101100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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