Html Css Color HEX #50DBDC Medium Turquoise

📋 copy color: '#50DBDC'

red 80 ◦ green 219 ◦ blue 220

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

Shades of Medium Turquoise #50DBDC

Tints of Medium Turquoise #50DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 15.41%
G = 42.2%
B = 42.39%

CMYK

 C value IS 0.64

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50DBDC (or 0x50DBDC) is known color: Medium Turquoise. HEX triplet: 50, DB and DC. RGB value is (80,219,220). Sum of RGB (Red+Green+Blue) = 80+219+220=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #50DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBDC is #AF2423. Grayscale: #B1B1B1. Windows color (decimal): -11478052 or 14474064. OLE color: 14474064.

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

Color convert

RGB 80 219 220 -
CMYK 0.64 0.00 0 0.14
HSL 180.43º 0.67% 0.59% -
HSV(B) 180.43º 0.64% 0.86% -
XYZ 41.56 57.54 76.63 -
YUV 177.55 151.95 58.42 -
System Red Green Blue C M Y K H S L
Decimal 80 219 220 0.64 0.00 0 0.14 180.43 0.67 0.59
Hex 50 DB DC 40 0 0 E B4 43 3B
Octal 120 333 334 100 0 0 16 264 103 73
Binary 1010000 11011011 11011100 1000000 0 0 1110 10110100 1000011 111011

Color Harmonies of #50DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBDC

Black with #50DBDC

Text Example


Text Example

White with #50DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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