#76DEDE

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

Shades of Turquoise Blue #76DEDE

Tints of Turquoise Blue #76DEDE

Color information

#76DEDE (or 0x76DEDE) is unknown color: approx Turquoise Blue. HEX triplet: 76, DE and DE. RGB value is (118,222,222). Sum of RGB (Red+Green+Blue) = 118+222+222=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #76DEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DEDE is #892121. Grayscale: #BEBEBE. Windows color (decimal): -8986914 or 14605942. OLE color: 14605942.

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

Color convert

RGB118222222-
CMYK0.47000.13
HSL180º61.18%66.67%-
HSV(B)180º46.85%87.06%-
XYZ46.7861.3778.49-
YUV190.9145.5476-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.00%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=21.00%
G=39.50%
B=39.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182222220.47000.1318061.1866.67
Hex76DEDE2F00Db43d43
Octal16633633657001526475103
Binary11101101101111011011110101111001101101101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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