#76D5E4

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

Shades of Turquoise Blue #76D5E4

Tints of Turquoise Blue #76D5E4

Color information

#76D5E4 (or 0x76D5E4) is unknown color: approx Turquoise Blue. HEX triplet: 76, D5 and E4. RGB value is (118,213,228). Sum of RGB (Red+Green+Blue) = 118+213+228=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 228 (89.45% from 255 or 40.79% from 559); Max value from RGB is 228 - color contains mainly: blue. Hex color #76D5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5E4 is #892A1B. Grayscale: #BABABA. Windows color (decimal): -8989212 or 14996854. OLE color: 14996854.

HSL color Cylindrical-coordinate representation of color #76D5E4: hue angle of 188.18º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76D5E4 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118213228-
CMYK0.480.0700.11
HSL188.18º67.07%67.84%-
HSV(B)188.18º48.25%89.41%-
XYZ45.2757.0482.02-
YUV186.3151.5379.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.11%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 228 (89.45% from 255) = 40.79%
R=21.11%
G=38.10%
B=40.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182132280.480.0700.11188.1867.0767.84
Hex76D5E43070Bbc4344
Octal166325344607013274103104
Binary11101101101010111100100110000111010111011110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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