Html Css Color HEX #50C6CD Medium Turquoise

📋 copy color: '#50C6CD'

red 80 ◦ green 198 ◦ blue 205

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

Shades of Medium Turquoise #50C6CD

Tints of Medium Turquoise #50C6CD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

 BLUE value IS 205 (80.47% from 255) = 42.44%

R = 16.56%
G = 40.99%
B = 42.44%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#50C6CD (or 0x50C6CD) is known color: Medium Turquoise. HEX triplet: 50, C6 and CD. RGB value is (80,198,205). Sum of RGB (Red+Green+Blue) = 80+198+205=483 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.56% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #50C6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C6CD is #AF3932. Grayscale: #A3A3A3. Windows color (decimal): -11483443 or 13485648. OLE color: 13485648.

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

Color convert

RGB 80 198 205 -
CMYK 0.61 0.03 0 0.20
HSL 183.36º 0.56% 0.56% -
HSV(B) 183.36º 0.61% 0.8% -
XYZ 34.52 46.5 64.91 -
YUV 163.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 80 198 205 0.61 0.03 0 0.20 183.36 0.56 0.56
Hex 50 C6 CD 3D 3 0 14 B7 38 38
Octal 120 306 315 75 3 0 24 267 70 70
Binary 1010000 11000110 11001101 111101 11 0 10100 10110111 111000 111000

Color Harmonies of #50C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C6CD

Black with #50C6CD

Text Example


Text Example

White with #50C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,205); }

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

background-color css

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

 a { background-color: rgb(80,198,205); }

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

border-color css

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

 span { border-color: rgb(80,198,205); }

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