Html Css Color HEX #50DBDE Medium Turquoise

📋 copy color: '#50DBDE'

red 80 ◦ green 219 ◦ blue 222

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

Shades of Medium Turquoise #50DBDE

Tints of Medium Turquoise #50DBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 15.36%
G = 42.03%
B = 42.61%

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

#50DBDE (or 0x50DBDE) is known color: Medium Turquoise. HEX triplet: 50, DB and DE. RGB value is (80,219,222). Sum of RGB (Red+Green+Blue) = 80+219+222=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #50DBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DBDE is #AF2421. Grayscale: #B1B1B1. Windows color (decimal): -11478050 or 14605136. OLE color: 14605136.

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

Color convert

RGB 80 219 222 -
CMYK 0.64 0.01 0 0.13
HSL 181.27º 0.68% 0.59% -
HSV(B) 181.27º 0.64% 0.87% -
XYZ 41.82 57.64 78.03 -
YUV 177.78 152.95 58.26 -
System Red Green Blue C M Y K H S L
Decimal 80 219 222 0.64 0.01 0 0.13 181.27 0.68 0.59
Hex 50 DB DE 40 1 0 D B5 44 3B
Octal 120 333 336 100 1 0 15 265 104 73
Binary 1010000 11011011 11011110 1000000 1 0 1101 10110101 1000100 111011

Color Harmonies of #50DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DBDE

Black with #50DBDE

Text Example


Text Example

White with #50DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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