#76DCD5

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

Shades of Turquoise Blue #76DCD5

Tints of Turquoise Blue #76DCD5

Color information

#76DCD5 (or 0x76DCD5) is unknown color: approx Turquoise Blue. HEX triplet: 76, DC and D5. RGB value is (118,220,213). Sum of RGB (Red+Green+Blue) = 118+220+213=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCD5 is #89232A. Grayscale: #BCBCBC. Windows color (decimal): -8987435 or 14015606. OLE color: 14015606.

HSL color Cylindrical-coordinate representation of color #76DCD5: hue angle of 175.88º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCD5 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB118220213-
CMYK0.4600.030.14
HSL175.88º59.3%66.27%-
HSV(B)175.88º46.36%86.27%-
XYZ45.0759.8472.13-
YUV188.7141.7177.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.42%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 213 (83.59% from 255) = 38.66%
R=21.42%
G=39.93%
B=38.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182202130.4600.030.14175.8859.366.27
Hex76DCD52E03Eb03b42
Octal16633432556031626073102
Binary111011011011100110101011011100111110101100001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,220,213); }

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

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

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

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

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

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

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