#50DBED

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

Shades of Turquoise Blue #50DBED

Tints of Turquoise Blue #50DBED

Color information

#50DBED (or 0x50DBED) is unknown color: approx Turquoise Blue. HEX triplet: 50, DB and ED. RGB value is (80,219,237). Sum of RGB (Red+Green+Blue) = 80+219+237=536 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.93% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #50DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DBED is #AF2412. Grayscale: #B3B3B3. Windows color (decimal): -11478035 or 15588176. OLE color: 15588176.

HSL color Cylindrical-coordinate representation of color #50DBED: hue angle of 186.88º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DBED is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80219237-
CMYK0.660.0800.07
HSL186.88º81.35%62.16%-
HSV(B)186.88º66.24%92.94%-
XYZ43.9358.4889.09-
YUV179.49160.4557.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.93%
GREEN value IS 219 (85.94% from 255) = 40.86%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=14.93%
G=40.86%
B=44.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802192370.660.0800.07186.8881.3562.16
Hex50DBED42807bb513e
Octal120333355102100727312176
Binary10100001101101111101101100001010000111101110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50DBED; }

 p { color: rgb(80,219,237); }

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

<style>
 a { background-color: #50DBED; }

 a { background-color: rgb(80,219,237); }

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

<style>
 span { border-color: #50DBED; }

 span { border-color: rgb(80,219,237); }

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