#50DCED

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

Shades of Turquoise Blue #50DCED

Tints of Turquoise Blue #50DCED

Color information

#50DCED (or 0x50DCED) is unknown color: approx Turquoise Blue. HEX triplet: 50, DC and ED. RGB value is (80,220,237). Sum of RGB (Red+Green+Blue) = 80+220+237=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #50DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50DCED is #AF2312. Grayscale: #B3B3B3. Windows color (decimal): -11477779 or 15588432. OLE color: 15588432.

HSL color Cylindrical-coordinate representation of color #50DCED: hue angle of 186.5º 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 #50DCED is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB80220237-
CMYK0.660.0700.07
HSL186.5º81.35%62.16%-
HSV(B)186.5º66.24%92.94%-
XYZ44.1959.0189.18-
YUV180.08160.1256.62-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 14.90%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 237 (92.97% from 255) = 44.13%
R=14.90%
G=40.97%
B=44.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802202370.660.0700.07186.581.3562.16
Hex50DCED42707ba513e
Octal12033435510270727212176
Binary1010000110111001110110110000101110111101110101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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