#76D7DC

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

Shades of Turquoise Blue #76D7DC

Tints of Turquoise Blue #76D7DC

Color information

#76D7DC (or 0x76D7DC) is unknown color: approx Turquoise Blue. HEX triplet: 76, D7 and DC. RGB value is (118,215,220). Sum of RGB (Red+Green+Blue) = 118+215+220=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #76D7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7DC is #892823. Grayscale: #BABABA. Windows color (decimal): -8988708 or 14473078. OLE color: 14473078.

HSL color Cylindrical-coordinate representation of color #76D7DC: hue angle of 182.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D7DC is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118215220-
CMYK0.460.0200.14
HSL182.94º59.3%66.27%-
HSV(B)182.94º46.36%86.27%-
XYZ44.6957.6276.48-
YUV186.57146.8679.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.34%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 220 (86.33% from 255) = 39.78%
R=21.34%
G=38.88%
B=39.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182152200.460.0200.14182.9459.366.27
Hex76D7DC2E20Eb73b42
Octal16632733456201626773102
Binary111011011010111110111001011101001110101101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,215,220); }

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

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

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

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

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

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

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