#76EAEA

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

Shades of Turquoise Blue #76EAEA

Tints of Turquoise Blue #76EAEA

Color information

#76EAEA (or 0x76EAEA) is unknown color: approx Turquoise Blue. HEX triplet: 76, EA and EA. RGB value is (118,234,234). Sum of RGB (Red+Green+Blue) = 118+234+234=586 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.14% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #76EAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EAEA is #891515. Grayscale: #C7C7C7. Windows color (decimal): -8983830 or 15395446. OLE color: 15395446.

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

Color convert

RGB118234234-
CMYK0.50000.08
HSL180º73.42%69.02%-
HSV(B)180º49.57%91.76%-
XYZ51.7568.6488.36-
YUV199.32147.5770-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.14%
GREEN value IS 234 (91.80% from 255) = 39.93%
BLUE value IS 234 (91.80% from 255) = 39.93%
R=20.14%
G=39.93%
B=39.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182342340.50000.0818073.4269.02
Hex76EAEA32008b44945
Octal166352352620010264111105
Binary111011011101010111010101100100010001011010010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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