#50DBE1

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

Shades of Medium Turquoise #50DBE1

Tints of Medium Turquoise #50DBE1

Color information

#50DBE1 (or 0x50DBE1) is unknown color: approx Medium Turquoise. HEX triplet: 50, DB and E1. RGB value is (80,219,225). Sum of RGB (Red+Green+Blue) = 80+219+225=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #50DBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBE1 is #AF241E. Grayscale: #B1B1B1. Windows color (decimal): -11478047 or 14801744. OLE color: 14801744.

HSL color Cylindrical-coordinate representation of color #50DBE1: hue angle of 182.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DBE1 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB80219225-
CMYK0.640.0300.12
HSL182.48º70.73%59.8%-
HSV(B)182.48º64.44%88.24%-
XYZ42.2357.880.17-
YUV178.12154.4558.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.27%
GREEN value IS 219 (85.94% from 255) = 41.79%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=15.27%
G=41.79%
B=42.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802192250.640.0300.12182.4870.7359.8
Hex50DBE14030Cb6473c
Octal120333341100301426610774
Binary1010000110110111110000110000001101100101101101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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