#76DBDD

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

Shades of Turquoise Blue #76DBDD

Tints of Turquoise Blue #76DBDD

Color information

#76DBDD (or 0x76DBDD) is unknown color: approx Turquoise Blue. HEX triplet: 76, DB and DD. RGB value is (118,219,221). Sum of RGB (Red+Green+Blue) = 118+219+221=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #76DBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDD is #892422. Grayscale: #BCBCBC. Windows color (decimal): -8987683 or 14539638. OLE color: 14539638.

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

Color convert

RGB118219221-
CMYK0.470.0100.13
HSL181.17º60.23%66.47%-
HSV(B)181.17º46.61%86.67%-
XYZ45.8559.7477.52-
YUV189.03146.0477.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=21.15%
G=39.25%
B=39.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182192210.470.0100.13181.1760.2366.47
Hex76DBDD2F10Db53c42
Octal16633333557101526574102
Binary11101101101101111011101101111101101101101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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