#76EFE3

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

Shades of Turquoise Blue #76EFE3

Tints of Turquoise Blue #76EFE3

Color information

#76EFE3 (or 0x76EFE3) is unknown color: approx Turquoise Blue. HEX triplet: 76, EF and E3. RGB value is (118,239,227). Sum of RGB (Red+Green+Blue) = 118+239+227=584 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.21% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EFE3 is #89101C. Grayscale: #C9C9C9. Windows color (decimal): -8982557 or 14937974. OLE color: 14937974.

HSL color Cylindrical-coordinate representation of color #76EFE3: hue angle of 174.05º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFE3 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB118239227-
CMYK0.5100.050.06
HSL174.05º79.08%70%-
HSV(B)174.05º50.63%93.73%-
XYZ52.271.1383.65-
YUV201.45142.4168.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.21%
GREEN value IS 239 (93.75% from 255) = 40.92%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=20.21%
G=40.92%
B=38.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182392270.5100.050.06174.0579.0870
Hex76EFE333056ae4f46
Octal16635734363056256117106
Binary1110110111011111110001111001101011101010111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,239,227); }

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

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

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

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

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

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

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