Html Css Color HEX #50CDB6 Medium Turquoise

📋 copy color: '#50CDB6'

red 80 ◦ green 205 ◦ blue 182

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

Shades of Medium Turquoise #50CDB6

Tints of Medium Turquoise #50CDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.97%

R = 17.13%
G = 43.9%
B = 38.97%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#50CDB6 (or 0x50CDB6) is known color: Medium Turquoise. HEX triplet: 50, CD and B6. RGB value is (80,205,182). Sum of RGB (Red+Green+Blue) = 80+205+182=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #50CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CDB6 is #AF3249. Grayscale: #A4A4A4. Windows color (decimal): -11481674 or 11980112. OLE color: 11980112.

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

Color convert

RGB 80 205 182 -
CMYK 0.61 0 0.11 0.20
HSL 168.96º 0.56% 0.56% -
HSV(B) 168.96º 0.61% 0.8% -
XYZ 33.58 48.75 51.89 -
YUV 165 137.59 67.37 -
System Red Green Blue C M Y K H S L
Decimal 80 205 182 0.61 0 0.11 0.20 168.96 0.56 0.56
Hex 50 CD B6 3D 0 B 14 A9 38 38
Octal 120 315 266 75 0 13 24 251 70 70
Binary 1010000 11001101 10110110 111101 0 1011 10100 10101001 111000 111000

Color Harmonies of #50CDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CDB6

Black with #50CDB6

Text Example


Text Example

White with #50CDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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