Html Css Color HEX #50DDCB Medium Turquoise

📋 copy color: '#50DDCB'

red 80 ◦ green 221 ◦ blue 203

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

Shades of Medium Turquoise #50DDCB

Tints of Medium Turquoise #50DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 15.87%
G = 43.85%
B = 40.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#50DDCB (or 0x50DDCB) is known color: Medium Turquoise. HEX triplet: 50, DD and CB. RGB value is (80,221,203). Sum of RGB (Red+Green+Blue) = 80+221+203=504 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.87% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #50DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DDCB is #AF2234. Grayscale: #B0B0B0. Windows color (decimal): -11477557 or 13360464. OLE color: 13360464.

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

Color convert

RGB 80 221 203 -
CMYK 0.64 0 0.08 0.13
HSL 172.34º 0.67% 0.59% -
HSV(B) 172.34º 0.64% 0.87% -
XYZ 39.94 57.73 65.54 -
YUV 176.79 142.79 58.96 -
System Red Green Blue C M Y K H S L
Decimal 80 221 203 0.64 0 0.08 0.13 172.34 0.67 0.59
Hex 50 DD CB 40 0 8 D AC 43 3B
Octal 120 335 313 100 0 10 15 254 103 73
Binary 1010000 11011101 11001011 1000000 0 1000 1101 10101100 1000011 111011

Color Harmonies of #50DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DDCB

Black with #50DDCB

Text Example


Text Example

White with #50DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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