#76D9DD

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

Shades of Turquoise Blue #76D9DD

Tints of Turquoise Blue #76D9DD

Color information

#76D9DD (or 0x76D9DD) is unknown color: approx Turquoise Blue. HEX triplet: 76, D9 and DD. RGB value is (118,217,221). Sum of RGB (Red+Green+Blue) = 118+217+221=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #76D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9DD is #892622. Grayscale: #BBBBBB. Windows color (decimal): -8988195 or 14539126. OLE color: 14539126.

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

Color convert

RGB118217221-
CMYK0.470.0200.13
HSL182.33º60.23%66.47%-
HSV(B)182.33º46.61%86.67%-
XYZ45.3458.777.35-
YUV187.86146.778.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.22%
GREEN value IS 217 (85.16% from 255) = 39.03%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=21.22%
G=39.03%
B=39.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182172210.470.0200.13182.3360.2366.47
Hex76D9DD2F20Db63c42
Octal16633133557201526674102
Binary111011011011001110111011011111001101101101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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