Html Css Color HEX #50CEBA Medium Turquoise

📋 copy color: '#50CEBA'

red 80 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #50CEBA

Tints of Medium Turquoise #50CEBA

RGB

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

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

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

R = 16.95%
G = 43.64%
B = 39.41%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#50CEBA (or 0x50CEBA) is known color: Medium Turquoise. HEX triplet: 50, CE and BA. RGB value is (80,206,186). Sum of RGB (Red+Green+Blue) = 80+206+186=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #50CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CEBA is #AF3145. Grayscale: #A6A6A6. Windows color (decimal): -11481414 or 12242512. OLE color: 12242512.

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

Color convert

RGB 80 206 186 -
CMYK 0.61 0 0.10 0.19
HSL 170.48º 0.56% 0.56% -
HSV(B) 170.48º 0.61% 0.81% -
XYZ 34.24 49.39 54.18 -
YUV 166.05 139.26 66.63 -
System Red Green Blue C M Y K H S L
Decimal 80 206 186 0.61 0 0.10 0.19 170.48 0.56 0.56
Hex 50 CE BA 3D 0 A 13 AA 38 38
Octal 120 316 272 75 0 12 23 252 70 70
Binary 1010000 11001110 10111010 111101 0 1010 10011 10101010 111000 111000

Color Harmonies of #50CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CEBA

Black with #50CEBA

Text Example


Text Example

White with #50CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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