#76EBEB

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

Shades of Turquoise Blue #76EBEB

Tints of Turquoise Blue #76EBEB

Color information

#76EBEB (or 0x76EBEB) is unknown color: approx Turquoise Blue. HEX triplet: 76, EB and EB. RGB value is (118,235,235). Sum of RGB (Red+Green+Blue) = 118+235+235=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #76EBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EBEB is #891414. Grayscale: #C7C7C7. Windows color (decimal): -8983573 or 15461238. OLE color: 15461238.

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

Color convert

RGB118235235-
CMYK0.50000.08
HSL180º74.52%69.22%-
HSV(B)180º49.79%92.16%-
XYZ52.1769.2789.22-
YUV200.02147.7469.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.07%
GREEN value IS 235 (92.19% from 255) = 39.97%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=20.07%
G=39.97%
B=39.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182352350.50000.0818074.5269.22
Hex76EBEB32008b44b45
Octal166353353620010264113105
Binary111011011101011111010111100100010001011010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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