Html Css Color HEX #50E2D9 Turquoise

📋 copy color: '#50E2D9'

red 80 ◦ green 226 ◦ blue 217

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

Shades of Turquoise #50E2D9

Tints of Turquoise #50E2D9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.21%

 BLUE value IS 217 (85.16% from 255) = 41.49%

R = 15.3%
G = 43.21%
B = 41.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#50E2D9 (or 0x50E2D9) is known color: Turquoise. HEX triplet: 50, E2 and D9. RGB value is (80,226,217). Sum of RGB (Red+Green+Blue) = 80+226+217=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2D9 is #AF1D26. Grayscale: #B5B5B5. Windows color (decimal): -11476263 or 14279248. OLE color: 14279248.

HSL color Cylindrical-coordinate representation of color #50E2D9: hue angle of 176.3º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E2D9 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 217 -
CMYK 0.65 0 0.04 0.11
HSL 176.3º 0.72% 0.6% -
HSV(B) 176.3º 0.65% 0.89% -
XYZ 43.03 61.11 75.17 -
YUV 181.32 148.13 55.73 -
System Red Green Blue C M Y K H S L
Decimal 80 226 217 0.65 0 0.04 0.11 176.3 0.72 0.6
Hex 50 E2 D9 41 0 4 B B0 48 3C
Octal 120 342 331 101 0 4 13 260 110 74
Binary 1010000 11100010 11011001 1000001 0 100 1011 10110000 1001000 111100

Color Harmonies of #50E2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2D9

Black with #50E2D9

Text Example


Text Example

White with #50E2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,226,217); }

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

background-color css

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

 a { background-color: rgb(80,226,217); }

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

border-color css

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

 span { border-color: rgb(80,226,217); }

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