Html Css Color HEX #50D3CB Medium Turquoise

📋 copy color: '#50D3CB'

red 80 ◦ green 211 ◦ blue 203

#50D3CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #50D3CB

Tints of Medium Turquoise #50D3CB

RGB

 RED value IS 80 (31.64% from 255) = 16.19%

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 16.19%
G = 42.71%
B = 41.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#50D3CB (or 0x50D3CB) is known color: Medium Turquoise. HEX triplet: 50, D3 and CB. RGB value is (80,211,203). Sum of RGB (Red+Green+Blue) = 80+211+203=494 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.19% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #50D3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D3CB is #AF2C34. Grayscale: #AAAAAA. Windows color (decimal): -11480117 or 13357904. OLE color: 13357904.

HSL color Cylindrical-coordinate representation of color #50D3CB: hue angle of 176.34º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D3CB is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 203 -
CMYK 0.62 0 0.04 0.17
HSL 176.34º 0.6% 0.57% -
HSV(B) 176.34º 0.62% 0.83% -
XYZ 37.38 52.61 64.68 -
YUV 170.92 146.1 63.15 -
System Red Green Blue C M Y K H S L
Decimal 80 211 203 0.62 0 0.04 0.17 176.34 0.6 0.57
Hex 50 D3 CB 3E 0 4 11 B0 3C 39
Octal 120 323 313 76 0 4 21 260 74 71
Binary 1010000 11010011 11001011 111110 0 100 10001 10110000 111100 111001

Color Harmonies of #50D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D3CB

Black with #50D3CB

Text Example


Text Example

White with #50D3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,211,203); }

 H1.HeaderClassName
 {
   color: #50D3CB;
 }
 .AnyTagClassName
 {
   color: #50D3CB;
 }
</style>

background-color css

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

 a { background-color: rgb(80,211,203); }

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

border-color css

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

 span { border-color: rgb(80,211,203); }

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