Html Css Color HEX #50C8DB Medium Turquoise

📋 copy color: '#50C8DB'

red 80 ◦ green 200 ◦ blue 219

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

Shades of Medium Turquoise #50C8DB

Tints of Medium Turquoise #50C8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.08%

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 16.03%
G = 40.08%
B = 43.89%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#50C8DB (or 0x50C8DB) is known color: Medium Turquoise. HEX triplet: 50, C8 and DB. RGB value is (80,200,219). Sum of RGB (Red+Green+Blue) = 80+200+219=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #50C8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50C8DB is #AF3724. Grayscale: #A6A6A6. Windows color (decimal): -11482917 or 14403664. OLE color: 14403664.

HSL color Cylindrical-coordinate representation of color #50C8DB: hue angle of 188.2º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50C8DB is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 200 219 -
CMYK 0.63 0.09 0 0.14
HSL 188.2º 0.66% 0.59% -
HSV(B) 188.2º 0.63% 0.86% -
XYZ 36.75 48.13 74.37 -
YUV 166.29 157.74 66.46 -
System Red Green Blue C M Y K H S L
Decimal 80 200 219 0.63 0.09 0 0.14 188.2 0.66 0.59
Hex 50 C8 DB 3F 9 0 E BC 42 3B
Octal 120 310 333 77 11 0 16 274 102 73
Binary 1010000 11001000 11011011 111111 1001 0 1110 10111100 1000010 111011

Color Harmonies of #50C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C8DB

Black with #50C8DB

Text Example


Text Example

White with #50C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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