#76D9E1

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

Shades of Turquoise Blue #76D9E1

Tints of Turquoise Blue #76D9E1

Color information

#76D9E1 (or 0x76D9E1) is unknown color: approx Turquoise Blue. HEX triplet: 76, D9 and E1. RGB value is (118,217,225). Sum of RGB (Red+Green+Blue) = 118+217+225=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #76D9E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9E1 is #89261E. Grayscale: #BCBCBC. Windows color (decimal): -8988191 or 14801270. OLE color: 14801270.

HSL color Cylindrical-coordinate representation of color #76D9E1: hue angle of 184.49º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76D9E1 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB118217225-
CMYK0.480.0400.12
HSL184.49º64.07%67.25%-
HSV(B)184.49º47.56%88.24%-
XYZ45.8758.9180.19-
YUV188.31148.777.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.07%
GREEN value IS 217 (85.16% from 255) = 38.75%
BLUE value IS 225 (88.28% from 255) = 40.18%
R=21.07%
G=38.75%
B=40.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1182172250.480.0400.12184.4964.0767.25
Hex76D9E13040Cb84043
Octal166331341604014270100103
Binary11101101101100111100001110000100011001011100010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,225); }

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

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

 a { background-color: rgb(118,217,225); }

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

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

 span { border-color: rgb(118,217,225); }

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