#76D8D8

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

Shades of Turquoise Blue #76D8D8

Tints of Turquoise Blue #76D8D8

Color information

#76D8D8 (or 0x76D8D8) is unknown color: approx Turquoise Blue. HEX triplet: 76, D8 and D8. RGB value is (118,216,216). Sum of RGB (Red+Green+Blue) = 118+216+216=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 216 (84.77% from 255 or 39.27% from 550); Blue value is 216 (84.77% from 255 or 39.27% from 550); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #76D8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D8D8 is #892727. Grayscale: #BABABA. Windows color (decimal): -8988456 or 14211190. OLE color: 14211190.

HSL color Cylindrical-coordinate representation of color #76D8D8: hue angle of 180º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D8D8 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118216216-
CMYK0.45000.15
HSL180º55.68%65.49%-
HSV(B)180º45.37%84.71%-
XYZ44.4257.9273.8-
YUV186.7144.5379-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.45%
GREEN value IS 216 (84.77% from 255) = 39.27%
BLUE value IS 216 (84.77% from 255) = 39.27%
R=21.45%
G=39.27%
B=39.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182162160.45000.1518055.6865.49
Hex76D8D82D00Fb43841
Octal16633033055001726470101
Binary11101101101100011011000101101001111101101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,216); }

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

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

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

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

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

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

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