#50E1DC

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

Shades of Turquoise #50E1DC

Tints of Turquoise #50E1DC

Color information

#50E1DC (or 0x50E1DC) is unknown color: approx Turquoise. HEX triplet: 50, E1 and DC. RGB value is (80,225,220). Sum of RGB (Red+Green+Blue) = 80+225+220=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #50E1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E1DC is #AF1E23. Grayscale: #B4B4B4. Windows color (decimal): -11476516 or 14475600. OLE color: 14475600.

HSL color Cylindrical-coordinate representation of color #50E1DC: hue angle of 177.93º 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 #50E1DC is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB80225220-
CMYK0.6400.020.12
HSL177.93º70.73%59.8%-
HSV(B)177.93º64.44%88.24%-
XYZ43.1560.7277.16-
YUV181.08149.9655.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.24%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=15.24%
G=42.86%
B=41.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802252200.6400.020.12177.9370.7359.8
Hex50E1DC4002Cb2473c
Octal120341334100021426210774
Binary1010000111000011101110010000000101100101100101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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