Html Css Color HEX #50CEBF Medium Turquoise

📋 copy color: '#50CEBF'

red 80 ◦ green 206 ◦ blue 191

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

Shades of Medium Turquoise #50CEBF

Tints of Medium Turquoise #50CEBF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

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

R = 16.77%
G = 43.19%
B = 40.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#50CEBF (or 0x50CEBF) is known color: Medium Turquoise. HEX triplet: 50, CE and BF. RGB value is (80,206,191). Sum of RGB (Red+Green+Blue) = 80+206+191=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEBF is #AF3140. Grayscale: #A6A6A6. Windows color (decimal): -11481409 or 12570192. OLE color: 12570192.

HSL color Cylindrical-coordinate representation of color #50CEBF: hue angle of 172.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CEBF is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 80 206 191 -
CMYK 0.61 0 0.07 0.19
HSL 172.86º 0.56% 0.56% -
HSV(B) 172.86º 0.61% 0.81% -
XYZ 34.78 49.61 57.03 -
YUV 166.62 141.76 66.22 -
System Red Green Blue C M Y K H S L
Decimal 80 206 191 0.61 0 0.07 0.19 172.86 0.56 0.56
Hex 50 CE BF 3D 0 7 13 AD 38 38
Octal 120 316 277 75 0 7 23 255 70 70
Binary 1010000 11001110 10111111 111101 0 111 10011 10101101 111000 111000

Color Harmonies of #50CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEBF

Black with #50CEBF

Text Example


Text Example

White with #50CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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