#76D5EF

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

Shades of Turquoise Blue #76D5EF

Tints of Turquoise Blue #76D5EF

Color information

#76D5EF (or 0x76D5EF) is unknown color: approx Turquoise Blue. HEX triplet: 76, D5 and EF. RGB value is (118,213,239). Sum of RGB (Red+Green+Blue) = 118+213+239=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D5EF is #892A10. Grayscale: #BBBBBB. Windows color (decimal): -8989201 or 15717750. OLE color: 15717750.

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

Color convert

RGB118213239-
CMYK0.510.1100.06
HSL192.89º79.08%70%-
HSV(B)192.89º50.63%93.73%-
XYZ46.8557.6790.32-
YUV187.56157.0378.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 213 (83.59% from 255) = 37.37%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=20.70%
G=37.37%
B=41.93%

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
Decimal1182132390.510.1100.06192.8979.0870
Hex76D5EF33B06c14f46
Octal166325357631306301117106
Binary11101101101010111101111110011101101101100000110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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