Html Css Color HEX #50E2DA Turquoise

📋 copy color: '#50E2DA'

red 80 ◦ green 226 ◦ blue 218

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

Shades of Turquoise #50E2DA

Tints of Turquoise #50E2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 15.27%
G = 43.13%
B = 41.6%

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

#50E2DA (or 0x50E2DA) is known color: Turquoise. HEX triplet: 50, E2 and DA. RGB value is (80,226,218). Sum of RGB (Red+Green+Blue) = 80+226+218=524 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.27% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #50E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50E2DA is #AF1D25. Grayscale: #B5B5B5. Windows color (decimal): -11476262 or 14344784. OLE color: 14344784.

HSL color Cylindrical-coordinate representation of color #50E2DA: hue angle of 176.71º 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 #50E2DA is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 218 -
CMYK 0.65 0 0.04 0.11
HSL 176.71º 0.72% 0.6% -
HSV(B) 176.71º 0.65% 0.89% -
XYZ 43.16 61.16 75.86 -
YUV 181.43 148.63 55.65 -
System Red Green Blue C M Y K H S L
Decimal 80 226 218 0.65 0 0.04 0.11 176.71 0.72 0.6
Hex 50 E2 DA 41 0 4 B B1 48 3C
Octal 120 342 332 101 0 4 13 261 110 74
Binary 1010000 11100010 11011010 1000001 0 100 1011 10110001 1001000 111100

Color Harmonies of #50E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E2DA

Black with #50E2DA

Text Example


Text Example

White with #50E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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