Html Css Color HEX #50EBDB Turquoise

📋 copy color: '#50EBDB'

red 80 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #50EBDB

Tints of Turquoise #50EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

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

R = 14.98%
G = 44.01%
B = 41.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#50EBDB (or 0x50EBDB) is known color: Turquoise. HEX triplet: 50, EB and DB. RGB value is (80,235,219). Sum of RGB (Red+Green+Blue) = 80+235+219=534 (70% of max value = 765). Red value is 80 (31.64% from 255 or 14.98% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #50EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EBDB is #AF1424. Grayscale: #BABABA. Windows color (decimal): -11473957 or 14412624. OLE color: 14412624.

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

Color convert

RGB 80 235 219 -
CMYK 0.66 0 0.07 0.08
HSL 173.81º 0.79% 0.62% -
HSV(B) 173.81º 0.66% 0.92% -
XYZ 45.8 66.24 77.39 -
YUV 186.83 146.15 51.8 -
System Red Green Blue C M Y K H S L
Decimal 80 235 219 0.66 0 0.07 0.08 173.81 0.79 0.62
Hex 50 EB DB 42 0 7 8 AE 4F 3E
Octal 120 353 333 102 0 7 10 256 117 76
Binary 1010000 11101011 11011011 1000010 0 111 1000 10101110 1001111 111110

Color Harmonies of #50EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EBDB

Black with #50EBDB

Text Example


Text Example

White with #50EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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