Html Css Color HEX #50C2CA Medium Turquoise

📋 copy color: '#50C2CA'

red 80 ◦ green 194 ◦ blue 202

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

Shades of Medium Turquoise #50C2CA

Tints of Medium Turquoise #50C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.76%

 BLUE value IS 202 (79.3% from 255) = 42.44%

R = 16.81%
G = 40.76%
B = 42.44%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#50C2CA (or 0x50C2CA) is known color: Medium Turquoise. HEX triplet: 50, C2 and CA. RGB value is (80,194,202). Sum of RGB (Red+Green+Blue) = 80+194+202=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #50C2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C2CA is #AF3D35. Grayscale: #A0A0A0. Windows color (decimal): -11484470 or 13288016. OLE color: 13288016.

HSL color Cylindrical-coordinate representation of color #50C2CA: hue angle of 183.93º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C2CA is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 194 202 -
CMYK 0.60 0.04 0 0.21
HSL 183.93º 0.54% 0.55% -
HSV(B) 183.93º 0.6% 0.79% -
XYZ 33.26 44.55 62.72 -
YUV 160.83 151.23 70.35 -
System Red Green Blue C M Y K H S L
Decimal 80 194 202 0.60 0.04 0 0.21 183.93 0.54 0.55
Hex 50 C2 CA 3C 4 0 15 B8 36 37
Octal 120 302 312 74 4 0 25 270 66 67
Binary 1010000 11000010 11001010 111100 100 0 10101 10111000 110110 110111

Color Harmonies of #50C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C2CA

Black with #50C2CA

Text Example


Text Example

White with #50C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,194,202); }

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

background-color css

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

 a { background-color: rgb(80,194,202); }

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

border-color css

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

 span { border-color: rgb(80,194,202); }

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