Html Css Color HEX #50D5D5 Medium Turquoise

📋 copy color: '#50D5D5'

red 80 ◦ green 213 ◦ blue 213

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

Shades of Medium Turquoise #50D5D5

Tints of Medium Turquoise #50D5D5

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 15.81%
G = 42.09%
B = 42.09%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#50D5D5 (or 0x50D5D5) is known color: Medium Turquoise. HEX triplet: 50, D5 and D5. RGB value is (80,213,213). Sum of RGB (Red+Green+Blue) = 80+213+213=506 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.81% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #50D5D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D5D5 is #AF2A2A. Grayscale: #ADADAD. Windows color (decimal): -11479595 or 14013776. OLE color: 14013776.

HSL color Cylindrical-coordinate representation of color #50D5D5: hue angle of 180º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D5D5 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 213 -
CMYK 0.62 0 0 0.16
HSL 180º 0.61% 0.57% -
HSV(B) 180º 0.62% 0.84% -
XYZ 39.11 54.1 71.33 -
YUV 173.23 150.44 61.5 -
System Red Green Blue C M Y K H S L
Decimal 80 213 213 0.62 0 0 0.16 180 0.61 0.57
Hex 50 D5 D5 3E 0 0 10 B4 3D 39
Octal 120 325 325 76 0 0 20 264 75 71
Binary 1010000 11010101 11010101 111110 0 0 10000 10110100 111101 111001

Color Harmonies of #50D5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D5D5

Black with #50D5D5

Text Example


Text Example

White with #50D5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,213); }

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

background-color css

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

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

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

border-color css

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

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

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