Html Css Color HEX #50CBB9 Medium Turquoise

📋 copy color: '#50CBB9'

red 80 ◦ green 203 ◦ blue 185

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

Shades of Medium Turquoise #50CBB9

Tints of Medium Turquoise #50CBB9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.38%

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 17.09%
G = 43.38%
B = 39.53%

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

#50CBB9 (or 0x50CBB9) is known color: Medium Turquoise. HEX triplet: 50, CB and B9. RGB value is (80,203,185). Sum of RGB (Red+Green+Blue) = 80+203+185=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBB9 is #AF3446. Grayscale: #A4A4A4. Windows color (decimal): -11482183 or 12176208. OLE color: 12176208.

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

Color convert

RGB 80 203 185 -
CMYK 0.61 0 0.09 0.20
HSL 171.22º 0.54% 0.55% -
HSV(B) 171.22º 0.61% 0.8% -
XYZ 33.42 47.92 53.39 -
YUV 164.17 139.75 67.96 -
System Red Green Blue C M Y K H S L
Decimal 80 203 185 0.61 0 0.09 0.20 171.22 0.54 0.55
Hex 50 CB B9 3D 0 9 14 AB 36 37
Octal 120 313 271 75 0 11 24 253 66 67
Binary 1010000 11001011 10111001 111101 0 1001 10100 10101011 110110 110111

Color Harmonies of #50CBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CBB9

Black with #50CBB9

Text Example


Text Example

White with #50CBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,203,185); }

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

background-color css

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

 a { background-color: rgb(80,203,185); }

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

border-color css

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

 span { border-color: rgb(80,203,185); }

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