Html Css Color HEX #50DCDA Medium Turquoise

📋 copy color: '#50DCDA'

red 80 ◦ green 220 ◦ blue 218

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

Shades of Medium Turquoise #50DCDA

Tints of Medium Turquoise #50DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 15.44%
G = 42.47%
B = 42.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#50DCDA (or 0x50DCDA) is known color: Medium Turquoise. HEX triplet: 50, DC and DA. RGB value is (80,220,218). Sum of RGB (Red+Green+Blue) = 80+220+218=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCDA is #AF2325. Grayscale: #B1B1B1. Windows color (decimal): -11477798 or 14343248. OLE color: 14343248.

HSL color Cylindrical-coordinate representation of color #50DCDA: hue angle of 179.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DCDA is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 218 -
CMYK 0.64 0 0.01 0.14
HSL 179.14º 0.67% 0.59% -
HSV(B) 179.14º 0.64% 0.86% -
XYZ 41.56 57.95 75.33 -
YUV 177.91 150.62 58.16 -
System Red Green Blue C M Y K H S L
Decimal 80 220 218 0.64 0 0.01 0.14 179.14 0.67 0.59
Hex 50 DC DA 40 0 1 E B3 43 3B
Octal 120 334 332 100 0 1 16 263 103 73
Binary 1010000 11011100 11011010 1000000 0 1 1110 10110011 1000011 111011

Color Harmonies of #50DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCDA

Black with #50DCDA

Text Example


Text Example

White with #50DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,218); }

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

background-color css

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

 a { background-color: rgb(80,220,218); }

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

border-color css

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

 span { border-color: rgb(80,220,218); }

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