#76E9DD

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

Shades of Turquoise Blue #76E9DD

Tints of Turquoise Blue #76E9DD

Color information

#76E9DD (or 0x76E9DD) is unknown color: approx Turquoise Blue. HEX triplet: 76, E9 and DD. RGB value is (118,233,221). Sum of RGB (Red+Green+Blue) = 118+233+221=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9DD is #891622. Grayscale: #C5C5C5. Windows color (decimal): -8984099 or 14543222. OLE color: 14543222.

HSL color Cylindrical-coordinate representation of color #76E9DD: hue angle of 173.74º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E9DD is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB118233221-
CMYK0.4900.050.09
HSL173.74º72.33%68.82%-
HSV(B)173.74º49.36%91.37%-
XYZ49.6667.3578.79-
YUV197.25141.471.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.63%
GREEN value IS 233 (91.41% from 255) = 40.73%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=20.63%
G=40.73%
B=38.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182332210.4900.050.09173.7472.3368.82
Hex76E9DD31059ae4845
Octal166351335610511256110105
Binary11101101110100111011101110001010110011010111010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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