#76D6EE

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

Shades of Turquoise Blue #76D6EE

Tints of Turquoise Blue #76D6EE

Color information

#76D6EE (or 0x76D6EE) is unknown color: approx Turquoise Blue. HEX triplet: 76, D6 and EE. RGB value is (118,214,238). Sum of RGB (Red+Green+Blue) = 118+214+238=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #76D6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D6EE is #892911. Grayscale: #BBBBBB. Windows color (decimal): -8988946 or 15652470. OLE color: 15652470.

HSL color Cylindrical-coordinate representation of color #76D6EE: hue angle of 192º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D6EE is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118214238-
CMYK0.500.1000.07
HSL192º77.92%69.8%-
HSV(B)192º50.42%93.33%-
XYZ46.9558.1289.63-
YUV188.03156.278.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.70%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 238 (93.36% from 255) = 41.75%
R=20.70%
G=37.54%
B=41.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182142380.500.1000.0719277.9269.8
Hex76D6EE32A07c04e46
Octal166326356621207300116106
Binary11101101101011011101110110010101001111100000010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,214,238); }

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

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

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

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

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

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

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