Html Css Color HEX #50DBBB Medium Turquoise

📋 copy color: '#50DBBB'

red 80 ◦ green 219 ◦ blue 187

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

Shades of Medium Turquoise #50DBBB

Tints of Medium Turquoise #50DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 16.46%
G = 45.06%
B = 38.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#50DBBB (or 0x50DBBB) is known color: Medium Turquoise. HEX triplet: 50, DB and BB. RGB value is (80,219,187). Sum of RGB (Red+Green+Blue) = 80+219+187=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBBB is #AF2444. Grayscale: #ADADAD. Windows color (decimal): -11478085 or 12311376. OLE color: 12311376.

HSL color Cylindrical-coordinate representation of color #50DBBB: hue angle of 166.19º 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 #50DBBB is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 219 187 -
CMYK 0.63 0 0.15 0.14
HSL 166.19º 0.66% 0.59% -
HSV(B) 166.19º 0.63% 0.86% -
XYZ 37.61 55.96 55.83 -
YUV 173.79 135.45 61.1 -
System Red Green Blue C M Y K H S L
Decimal 80 219 187 0.63 0 0.15 0.14 166.19 0.66 0.59
Hex 50 DB BB 3F 0 F E A6 42 3B
Octal 120 333 273 77 0 17 16 246 102 73
Binary 1010000 11011011 10111011 111111 0 1111 1110 10100110 1000010 111011

Color Harmonies of #50DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBBB

Black with #50DBBB

Text Example


Text Example

White with #50DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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