#76D7DF

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

Shades of Turquoise Blue #76D7DF

Tints of Turquoise Blue #76D7DF

Color information

#76D7DF (or 0x76D7DF) is unknown color: approx Turquoise Blue. HEX triplet: 76, D7 and DF. RGB value is (118,215,223). Sum of RGB (Red+Green+Blue) = 118+215+223=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #76D7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7DF is #892820. Grayscale: #BABABA. Windows color (decimal): -8988705 or 14669686. OLE color: 14669686.

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

Color convert

RGB118215223-
CMYK0.470.0400.13
HSL184.57º62.13%66.86%-
HSV(B)184.57º47.09%87.45%-
XYZ45.0957.7878.59-
YUV186.91148.3678.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.22%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=21.22%
G=38.67%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182152230.470.0400.13184.5762.1366.86
Hex76D7DF2F40Db93e43
Octal16632733757401527176103
Binary1110110110101111101111110111110001101101110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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