#76DDEB

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

Shades of Turquoise Blue #76DDEB

Tints of Turquoise Blue #76DDEB

Color information

#76DDEB (or 0x76DDEB) is unknown color: approx Turquoise Blue. HEX triplet: 76, DD and EB. RGB value is (118,221,235). Sum of RGB (Red+Green+Blue) = 118+221+235=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #76DDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DDEB is #892214. Grayscale: #BFBFBF. Windows color (decimal): -8987157 or 15457654. OLE color: 15457654.

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

Color convert

RGB118221235-
CMYK0.500.0600.08
HSL187.18º74.52%69.22%-
HSV(B)187.18º49.79%92.16%-
XYZ48.3261.5687.93-
YUV191.8152.3875.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.56%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=20.56%
G=38.50%
B=40.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182212350.500.0600.08187.1874.5269.22
Hex76DDEB32608bb4b45
Octal166335353626010273113105
Binary11101101101110111101011110010110010001011101110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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