Html Css Color HEX #50CDBD Medium Turquoise

📋 copy color: '#50CDBD'

red 80 ◦ green 205 ◦ blue 189

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

Shades of Medium Turquoise #50CDBD

Tints of Medium Turquoise #50CDBD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.25%

 BLUE value IS 189 (74.22% from 255) = 39.87%

R = 16.88%
G = 43.25%
B = 39.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#50CDBD (or 0x50CDBD) is known color: Medium Turquoise. HEX triplet: 50, CD and BD. RGB value is (80,205,189). Sum of RGB (Red+Green+Blue) = 80+205+189=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDBD is #AF3242. Grayscale: #A5A5A5. Windows color (decimal): -11481667 or 12438864. OLE color: 12438864.

HSL color Cylindrical-coordinate representation of color #50CDBD: hue angle of 172.32º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CDBD is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 189 -
CMYK 0.61 0 0.08 0.20
HSL 172.32º 0.56% 0.56% -
HSV(B) 172.32º 0.61% 0.8% -
XYZ 34.32 49.04 55.8 -
YUV 165.8 141.09 66.8 -
System Red Green Blue C M Y K H S L
Decimal 80 205 189 0.61 0 0.08 0.20 172.32 0.56 0.56
Hex 50 CD BD 3D 0 8 14 AC 38 38
Octal 120 315 275 75 0 10 24 254 70 70
Binary 1010000 11001101 10111101 111101 0 1000 10100 10101100 111000 111000

Color Harmonies of #50CDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDBD

Black with #50CDBD

Text Example


Text Example

White with #50CDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,205,189); }

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

background-color css

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

 a { background-color: rgb(80,205,189); }

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

border-color css

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

 span { border-color: rgb(80,205,189); }

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