#76D6EB

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

Shades of Turquoise Blue #76D6EB

Tints of Turquoise Blue #76D6EB

Color information

#76D6EB (or 0x76D6EB) is unknown color: approx Turquoise Blue. HEX triplet: 76, D6 and EB. RGB value is (118,214,235). Sum of RGB (Red+Green+Blue) = 118+214+235=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #76D6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D6EB is #892914. Grayscale: #BBBBBB. Windows color (decimal): -8988949 or 15455862. OLE color: 15455862.

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

Color convert

RGB118214235-
CMYK0.500.0900.08
HSL190.77º74.52%69.22%-
HSV(B)190.77º49.79%92.16%-
XYZ46.5157.9487.33-
YUV187.69154.778.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 235 (92.19% from 255) = 41.45%
R=20.81%
G=37.74%
B=41.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182142350.500.0900.08190.7774.5269.22
Hex76D6EB32908bf4b45
Octal1663263536211010277113105
Binary111011011010110111010111100101001010001011111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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