Html Css Color HEX #50DADD Medium Turquoise

📋 copy color: '#50DADD'

red 80 ◦ green 218 ◦ blue 221

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

Shades of Medium Turquoise #50DADD

Tints of Medium Turquoise #50DADD

RGB

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

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

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

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

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 80 218 221 -
CMYK 0.64 0.01 0 0.13
HSL 181.28º 0.67% 0.59% -
HSV(B) 181.28º 0.64% 0.87% -
XYZ 41.43 57.07 77.24 -
YUV 177.08 152.78 58.76 -
System Red Green Blue C M Y K H S L
Decimal 80 218 221 0.64 0.01 0 0.13 181.28 0.67 0.59
Hex 50 DA DD 40 1 0 D B5 43 3B
Octal 120 332 335 100 1 0 15 265 103 73
Binary 1010000 11011010 11011101 1000000 1 0 1101 10110101 1000011 111011

Color Harmonies of #50DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DADD

Black with #50DADD

Text Example


Text Example

White with #50DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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