Html Css Color HEX #50CBBA Medium Turquoise

📋 copy color: '#50CBBA'

red 80 ◦ green 203 ◦ blue 186

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

Shades of Medium Turquoise #50CBBA

Tints of Medium Turquoise #50CBBA

RGB

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

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

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

R = 17.06%
G = 43.28%
B = 39.66%

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

#50CBBA (or 0x50CBBA) is known color: Medium Turquoise. HEX triplet: 50, CB and BA. RGB value is (80,203,186). Sum of RGB (Red+Green+Blue) = 80+203+186=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #50CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CBBA is #AF3445. Grayscale: #A4A4A4. Windows color (decimal): -11482182 or 12241744. OLE color: 12241744.

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

Color convert

RGB 80 203 186 -
CMYK 0.61 0 0.08 0.20
HSL 171.71º 0.54% 0.55% -
HSV(B) 171.71º 0.61% 0.8% -
XYZ 33.53 47.96 53.95 -
YUV 164.29 140.25 67.88 -
System Red Green Blue C M Y K H S L
Decimal 80 203 186 0.61 0 0.08 0.20 171.71 0.54 0.55
Hex 50 CB BA 3D 0 8 14 AC 36 37
Octal 120 313 272 75 0 10 24 254 66 67
Binary 1010000 11001011 10111010 111101 0 1000 10100 10101100 110110 110111

Color Harmonies of #50CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CBBA

Black with #50CBBA

Text Example


Text Example

White with #50CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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