#76DDDB

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

Shades of Turquoise Blue #76DDDB

Tints of Turquoise Blue #76DDDB

Color information

#76DDDB (or 0x76DDDB) is unknown color: approx Turquoise Blue. HEX triplet: 76, DD and DB. RGB value is (118,221,219). Sum of RGB (Red+Green+Blue) = 118+221+219=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 221 (86.72% from 255 or 39.61% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDDB is #892224. Grayscale: #BDBDBD. Windows color (decimal): -8987173 or 14409078. OLE color: 14409078.

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

Color convert

RGB118221219-
CMYK0.4700.010.13
HSL178.83º60.23%66.47%-
HSV(B)178.83º46.61%86.67%-
XYZ46.1160.6876.3-
YUV189.98144.3876.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 221 (86.72% from 255) = 39.61%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=21.15%
G=39.61%
B=39.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182212190.4700.010.13178.8360.2366.47
Hex76DDDB2F01Db33c42
Octal16633533357011526374102
Binary11101101101110111011011101111011101101100111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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