Html Css Color HEX #50DCDD Medium Turquoise

📋 copy color: '#50DCDD'

red 80 ◦ green 220 ◦ blue 221

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

Shades of Medium Turquoise #50DCDD

Tints of Medium Turquoise #50DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 15.36%
G = 42.23%
B = 42.42%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50DCDD (or 0x50DCDD) is known color: Medium Turquoise. HEX triplet: 50, DC and DD. RGB value is (80,220,221). Sum of RGB (Red+Green+Blue) = 80+220+221=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #50DCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCDD is #AF2322. Grayscale: #B2B2B2. Windows color (decimal): -11477795 or 14539856. OLE color: 14539856.

HSL color Cylindrical-coordinate representation of color #50DCDD: hue angle of 180.43º 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 #50DCDD is Cyan = 0.64, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 220 221 -
CMYK 0.64 0.00 0 0.13
HSL 180.43º 0.67% 0.59% -
HSV(B) 180.43º 0.64% 0.87% -
XYZ 41.95 58.11 77.41 -
YUV 178.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 80 220 221 0.64 0.00 0 0.13 180.43 0.67 0.59
Hex 50 DC DD 40 0 0 D B4 43 3B
Octal 120 334 335 100 0 0 15 264 103 73
Binary 1010000 11011100 11011101 1000000 0 0 1101 10110100 1000011 111011

Color Harmonies of #50DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCDD

Black with #50DCDD

Text Example


Text Example

White with #50DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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