Html Css Color HEX #50ECDB Turquoise

📋 copy color: '#50ECDB'

red 80 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #50ECDB

Tints of Turquoise #50ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.11%

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

R = 14.95%
G = 44.11%
B = 40.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#50ECDB (or 0x50ECDB) is known color: Turquoise. HEX triplet: 50, EC and DB. RGB value is (80,236,219). Sum of RGB (Red+Green+Blue) = 80+236+219=535 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.95% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #50ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50ECDB is #AF1324. Grayscale: #BBBBBB. Windows color (decimal): -11473701 or 14412880. OLE color: 14412880.

HSL color Cylindrical-coordinate representation of color #50ECDB: hue angle of 173.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ECDB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 236 219 -
CMYK 0.66 0 0.07 0.07
HSL 173.46º 0.8% 0.62% -
HSV(B) 173.46º 0.66% 0.93% -
XYZ 46.09 66.81 77.48 -
YUV 187.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 80 236 219 0.66 0 0.07 0.07 173.46 0.8 0.62
Hex 50 EC DB 42 0 7 7 AD 50 3E
Octal 120 354 333 102 0 7 7 255 120 76
Binary 1010000 11101100 11011011 1000010 0 111 111 10101101 1010000 111110

Color Harmonies of #50ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ECDB

Black with #50ECDB

Text Example


Text Example

White with #50ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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