Html Css Color HEX #50CDBF Medium Turquoise

📋 copy color: '#50CDBF'

red 80 ◦ green 205 ◦ blue 191

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

Shades of Medium Turquoise #50CDBF

Tints of Medium Turquoise #50CDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 16.81%
G = 43.07%
B = 40.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#50CDBF (or 0x50CDBF) is known color: Medium Turquoise. HEX triplet: 50, CD and BF. RGB value is (80,205,191). Sum of RGB (Red+Green+Blue) = 80+205+191=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDBF is #AF3240. Grayscale: #A5A5A5. Windows color (decimal): -11481665 or 12569936. OLE color: 12569936.

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

Color convert

RGB 80 205 191 -
CMYK 0.61 0 0.07 0.20
HSL 173.28º 0.56% 0.56% -
HSV(B) 173.28º 0.61% 0.8% -
XYZ 34.54 49.13 56.95 -
YUV 166.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 80 205 191 0.61 0 0.07 0.20 173.28 0.56 0.56
Hex 50 CD BF 3D 0 7 14 AD 38 38
Octal 120 315 277 75 0 7 24 255 70 70
Binary 1010000 11001101 10111111 111101 0 111 10100 10101101 111000 111000

Color Harmonies of #50CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDBF

Black with #50CDBF

Text Example


Text Example

White with #50CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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