Html Css Color HEX #50DBB8 Medium Turquoise

📋 copy color: '#50DBB8'

red 80 ◦ green 219 ◦ blue 184

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

Shades of Medium Turquoise #50DBB8

Tints of Medium Turquoise #50DBB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.1%

R = 16.56%
G = 45.34%
B = 38.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#50DBB8 (or 0x50DBB8) is known color: Medium Turquoise. HEX triplet: 50, DB and B8. RGB value is (80,219,184). Sum of RGB (Red+Green+Blue) = 80+219+184=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #50DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBB8 is #AF2447. Grayscale: #ADADAD. Windows color (decimal): -11478088 or 12114768. OLE color: 12114768.

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

Color convert

RGB 80 219 184 -
CMYK 0.63 0 0.16 0.14
HSL 164.89º 0.66% 0.59% -
HSV(B) 164.89º 0.63% 0.86% -
XYZ 37.29 55.83 54.16 -
YUV 173.45 133.95 61.35 -
System Red Green Blue C M Y K H S L
Decimal 80 219 184 0.63 0 0.16 0.14 164.89 0.66 0.59
Hex 50 DB B8 3F 0 10 E A5 42 3B
Octal 120 333 270 77 0 20 16 245 102 73
Binary 1010000 11011011 10111000 111111 0 10000 1110 10100101 1000010 111011

Color Harmonies of #50DBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBB8

Black with #50DBB8

Text Example


Text Example

White with #50DBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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