#76DDDA

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

Shades of Turquoise Blue #76DDDA

Tints of Turquoise Blue #76DDDA

Color information

#76DDDA (or 0x76DDDA) is unknown color: approx Turquoise Blue. HEX triplet: 76, DD and DA. RGB value is (118,221,218). Sum of RGB (Red+Green+Blue) = 118+221+218=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDDA is #892225. Grayscale: #BDBDBD. Windows color (decimal): -8987174 or 14343542. OLE color: 14343542.

HSL color Cylindrical-coordinate representation of color #76DDDA: hue angle of 178.25º 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 #76DDDA is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB118221218-
CMYK0.4700.010.13
HSL178.25º60.23%66.47%-
HSV(B)178.25º46.61%86.67%-
XYZ45.9860.6375.61-
YUV189.86143.8876.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.18%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=21.18%
G=39.68%
B=39.14%

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
Decimal1182212180.4700.010.13178.2560.2366.47
Hex76DDDA2F01Db23c42
Octal16633533257011526274102
Binary11101101101110111011010101111011101101100101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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