#76EBDD

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

Shades of Turquoise Blue #76EBDD

Tints of Turquoise Blue #76EBDD

Color information

#76EBDD (or 0x76EBDD) is unknown color: approx Turquoise Blue. HEX triplet: 76, EB and DD. RGB value is (118,235,221). Sum of RGB (Red+Green+Blue) = 118+235+221=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #76EBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EBDD is #891422. Grayscale: #C6C6C6. Windows color (decimal): -8983587 or 14543734. OLE color: 14543734.

HSL color Cylindrical-coordinate representation of color #76EBDD: hue angle of 172.82º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EBDD is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB118235221-
CMYK0.5000.060.08
HSL172.82º74.52%69.22%-
HSV(B)172.82º49.79%92.16%-
XYZ50.2368.4978.98-
YUV198.42140.7470.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.56%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=20.56%
G=40.94%
B=38.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182352210.5000.060.08172.8274.5269.22
Hex76EBDD32068ad4b45
Octal166353335620610255113105
Binary11101101110101111011101110010011010001010110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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