Html Css Color HEX #50D0B8 Medium Turquoise

📋 copy color: '#50D0B8'

red 80 ◦ green 208 ◦ blue 184

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

Shades of Medium Turquoise #50D0B8

Tints of Medium Turquoise #50D0B8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.07%

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

R = 16.95%
G = 44.07%
B = 38.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#50D0B8 (or 0x50D0B8) is known color: Medium Turquoise. HEX triplet: 50, D0 and B8. RGB value is (80,208,184). Sum of RGB (Red+Green+Blue) = 80+208+184=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 184 (72.27% from 255 or 38.98% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #50D0B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D0B8 is #AF2F47. Grayscale: #A6A6A6. Windows color (decimal): -11480904 or 12111952. OLE color: 12111952.

HSL color Cylindrical-coordinate representation of color #50D0B8: hue angle of 168.75º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D0B8 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 208 184 -
CMYK 0.62 0 0.12 0.18
HSL 168.75º 0.58% 0.56% -
HSV(B) 168.75º 0.62% 0.82% -
XYZ 34.52 50.28 53.23 -
YUV 166.99 137.59 65.95 -
System Red Green Blue C M Y K H S L
Decimal 80 208 184 0.62 0 0.12 0.18 168.75 0.58 0.56
Hex 50 D0 B8 3E 0 C 12 A9 3A 38
Octal 120 320 270 76 0 14 22 251 72 70
Binary 1010000 11010000 10111000 111110 0 1100 10010 10101001 111010 111000

Color Harmonies of #50D0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D0B8

Black with #50D0B8

Text Example


Text Example

White with #50D0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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