Html Css Color HEX #50EEDB Turquoise

📋 copy color: '#50EEDB'

red 80 ◦ green 238 ◦ blue 219

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

Shades of Turquoise #50EEDB

Tints of Turquoise #50EEDB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.32%

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

R = 14.9%
G = 44.32%
B = 40.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#50EEDB (or 0x50EEDB) is known color: Turquoise. HEX triplet: 50, EE and DB. RGB value is (80,238,219). Sum of RGB (Red+Green+Blue) = 80+238+219=537 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.90% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 238 - color contains mainly: green. Hex color #50EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EEDB is #AF1124. Grayscale: #BCBCBC. Windows color (decimal): -11473189 or 14413392. OLE color: 14413392.

HSL color Cylindrical-coordinate representation of color #50EEDB: hue angle of 172.78º degrees, saturation: 0.82, 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 #50EEDB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 238 219 -
CMYK 0.66 0 0.08 0.07
HSL 172.78º 0.82% 0.62% -
HSV(B) 172.78º 0.66% 0.93% -
XYZ 46.67 67.97 77.68 -
YUV 188.59 145.15 50.54 -
System Red Green Blue C M Y K H S L
Decimal 80 238 219 0.66 0 0.08 0.07 172.78 0.82 0.62
Hex 50 EE DB 42 0 8 7 AD 52 3E
Octal 120 356 333 102 0 10 7 255 122 76
Binary 1010000 11101110 11011011 1000010 0 1000 111 10101101 1010010 111110

Color Harmonies of #50EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EEDB

Black with #50EEDB

Text Example


Text Example

White with #50EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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