Html Css Color HEX #50DDDA Medium Turquoise

📋 copy color: '#50DDDA'

red 80 ◦ green 221 ◦ blue 218

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

Shades of Medium Turquoise #50DDDA

Tints of Medium Turquoise #50DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.58%

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

R = 15.41%
G = 42.58%
B = 42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#50DDDA (or 0x50DDDA) is known color: Medium Turquoise. HEX triplet: 50, DD and DA. RGB value is (80,221,218). Sum of RGB (Red+Green+Blue) = 80+221+218=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DDDA is #AF2225. Grayscale: #B2B2B2. Windows color (decimal): -11477542 or 14343504. OLE color: 14343504.

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

Color convert

RGB 80 221 218 -
CMYK 0.64 0 0.01 0.13
HSL 178.72º 0.67% 0.59% -
HSV(B) 178.72º 0.64% 0.87% -
XYZ 41.82 58.48 75.41 -
YUV 178.5 150.29 57.74 -
System Red Green Blue C M Y K H S L
Decimal 80 221 218 0.64 0 0.01 0.13 178.72 0.67 0.59
Hex 50 DD DA 40 0 1 D B3 43 3B
Octal 120 335 332 100 0 1 15 263 103 73
Binary 1010000 11011101 11011010 1000000 0 1 1101 10110011 1000011 111011

Color Harmonies of #50DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDDA

Black with #50DDDA

Text Example


Text Example

White with #50DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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