#76D4EF

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

Shades of Turquoise Blue #76D4EF

Tints of Turquoise Blue #76D4EF

Color information

#76D4EF (or 0x76D4EF) is unknown color: approx Turquoise Blue. HEX triplet: 76, D4 and EF. RGB value is (118,212,239). Sum of RGB (Red+Green+Blue) = 118+212+239=569 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.74% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D4EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D4EF is #892B10. Grayscale: #BABABA. Windows color (decimal): -8989457 or 15717494. OLE color: 15717494.

HSL color Cylindrical-coordinate representation of color #76D4EF: hue angle of 193.39º 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 #76D4EF is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118212239-
CMYK0.510.1100.06
HSL193.39º79.08%70%-
HSV(B)193.39º50.63%93.73%-
XYZ46.5957.1790.24-
YUV186.97157.3678.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.74%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=20.74%
G=37.26%
B=42.00%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182122390.510.1100.06193.3979.0870
Hex76D4EF33B06c14f46
Octal166324357631306301117106
Binary11101101101010011101111110011101101101100000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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