#76EDEB

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

Shades of Turquoise Blue #76EDEB

Tints of Turquoise Blue #76EDEB

Color information

#76EDEB (or 0x76EDEB) is unknown color: approx Turquoise Blue. HEX triplet: 76, ED and EB. RGB value is (118,237,235). Sum of RGB (Red+Green+Blue) = 118+237+235=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EDEB is #891214. Grayscale: #C9C9C9. Windows color (decimal): -8983061 or 15461750. OLE color: 15461750.

HSL color Cylindrical-coordinate representation of color #76EDEB: hue angle of 178.99º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EDEB is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB118237235-
CMYK0.5000.010.07
HSL178.99º76.77%69.61%-
HSV(B)178.99º50.21%92.94%-
XYZ52.7570.4289.41-
YUV201.19147.0868.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=20%
G=40.17%
B=39.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182372350.5000.010.07178.9976.7769.61
Hex76EDEB32017b34d46
Octal16635535362017263115106
Binary11101101110110111101011110010011111011001110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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