Html Css Color HEX #50DED2 Turquoise

📋 copy color: '#50DED2'

red 80 ◦ green 222 ◦ blue 210

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

Shades of Turquoise #50DED2

Tints of Turquoise #50DED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.36%

 BLUE value IS 210 (82.42% from 255) = 41.02%

R = 15.63%
G = 43.36%
B = 41.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#50DED2 (or 0x50DED2) is known color: Turquoise. HEX triplet: 50, DE and D2. RGB value is (80,222,210). Sum of RGB (Red+Green+Blue) = 80+222+210=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #50DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DED2 is #AF212D. Grayscale: #B2B2B2. Windows color (decimal): -11477294 or 13819472. OLE color: 13819472.

HSL color Cylindrical-coordinate representation of color #50DED2: hue angle of 174.93º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DED2 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 222 210 -
CMYK 0.64 0 0.05 0.13
HSL 174.93º 0.68% 0.59% -
HSV(B) 174.93º 0.64% 0.87% -
XYZ 41.06 58.6 70.12 -
YUV 178.17 145.96 57.98 -
System Red Green Blue C M Y K H S L
Decimal 80 222 210 0.64 0 0.05 0.13 174.93 0.68 0.59
Hex 50 DE D2 40 0 5 D AF 44 3B
Octal 120 336 322 100 0 5 15 257 104 73
Binary 1010000 11011110 11010010 1000000 0 101 1101 10101111 1000100 111011

Color Harmonies of #50DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DED2

Black with #50DED2

Text Example


Text Example

White with #50DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,222,210); }

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

background-color css

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

 a { background-color: rgb(80,222,210); }

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

border-color css

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

 span { border-color: rgb(80,222,210); }

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