#76DADE

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

Shades of Turquoise Blue #76DADE

Tints of Turquoise Blue #76DADE

Color information

#76DADE (or 0x76DADE) is unknown color: approx Turquoise Blue. HEX triplet: 76, DA and DE. RGB value is (118,218,222). Sum of RGB (Red+Green+Blue) = 118+218+222=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #76DADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DADE is #892521. Grayscale: #BCBCBC. Windows color (decimal): -8987938 or 14604918. OLE color: 14604918.

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

Color convert

RGB118218222-
CMYK0.470.0200.13
HSL182.31º61.18%66.67%-
HSV(B)182.31º46.85%87.06%-
XYZ45.7359.2778.14-
YUV188.56146.8777.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 218 (85.55% from 255) = 39.07%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=21.15%
G=39.07%
B=39.78%

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
Decimal1182182220.470.0200.13182.3161.1866.67
Hex76DADE2F20Db63d43
Octal16633233657201526675103
Binary111011011011010110111101011111001101101101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,218,222); }

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

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

 a { background-color: rgb(118,218,222); }

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

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

 span { border-color: rgb(118,218,222); }

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