Html Css Color HEX #50DBBC Medium Turquoise

📋 copy color: '#50DBBC'

red 80 ◦ green 219 ◦ blue 188

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

Shades of Medium Turquoise #50DBBC

Tints of Medium Turquoise #50DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.97%

 BLUE value IS 188 (73.83% from 255) = 38.6%

R = 16.43%
G = 44.97%
B = 38.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#50DBBC (or 0x50DBBC) is known color: Medium Turquoise. HEX triplet: 50, DB and BC. RGB value is (80,219,188). Sum of RGB (Red+Green+Blue) = 80+219+188=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBBC is #AF2443. Grayscale: #ADADAD. Windows color (decimal): -11478084 or 12376912. OLE color: 12376912.

HSL color Cylindrical-coordinate representation of color #50DBBC: hue angle of 166.62º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DBBC is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 188 -
CMYK 0.63 0 0.14 0.14
HSL 166.62º 0.66% 0.59% -
HSV(B) 166.62º 0.63% 0.86% -
XYZ 37.72 56 56.4 -
YUV 173.91 135.95 61.02 -
System Red Green Blue C M Y K H S L
Decimal 80 219 188 0.63 0 0.14 0.14 166.62 0.66 0.59
Hex 50 DB BC 3F 0 E E A7 42 3B
Octal 120 333 274 77 0 16 16 247 102 73
Binary 1010000 11011011 10111100 111111 0 1110 1110 10100111 1000010 111011

Color Harmonies of #50DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBBC

Black with #50DBBC

Text Example


Text Example

White with #50DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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