Html Css Color HEX #50CDBA Medium Turquoise

📋 copy color: '#50CDBA'

red 80 ◦ green 205 ◦ blue 186

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

Shades of Medium Turquoise #50CDBA

Tints of Medium Turquoise #50CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 16.99%
G = 43.52%
B = 39.49%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#50CDBA (or 0x50CDBA) is known color: Medium Turquoise. HEX triplet: 50, CD and BA. RGB value is (80,205,186). Sum of RGB (Red+Green+Blue) = 80+205+186=471 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.99% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDBA is #AF3245. Grayscale: #A5A5A5. Windows color (decimal): -11481670 or 12242256. OLE color: 12242256.

HSL color Cylindrical-coordinate representation of color #50CDBA: hue angle of 170.88º 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 #50CDBA is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 205 186 -
CMYK 0.61 0 0.09 0.20
HSL 170.88º 0.56% 0.56% -
HSV(B) 170.88º 0.61% 0.8% -
XYZ 34 48.91 54.1 -
YUV 165.46 139.59 67.04 -
System Red Green Blue C M Y K H S L
Decimal 80 205 186 0.61 0 0.09 0.20 170.88 0.56 0.56
Hex 50 CD BA 3D 0 9 14 AB 38 38
Octal 120 315 272 75 0 11 24 253 70 70
Binary 1010000 11001101 10111010 111101 0 1001 10100 10101011 111000 111000

Color Harmonies of #50CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDBA

Black with #50CDBA

Text Example


Text Example

White with #50CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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