Html Css Color HEX #50EDDD Turquoise

📋 copy color: '#50EDDD'

red 80 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #50EDDD

Tints of Turquoise #50EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 14.87%
G = 44.05%
B = 41.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#50EDDD (or 0x50EDDD) is known color: Turquoise. HEX triplet: 50, ED and DD. RGB value is (80,237,221). Sum of RGB (Red+Green+Blue) = 80+237+221=538 (71% of max value = 765). Red value is 80 (31.64% from 255 or 14.87% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #50EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50EDDD is #AF1222. Grayscale: #BCBCBC. Windows color (decimal): -11473443 or 14544208. OLE color: 14544208.

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

Color convert

RGB 80 237 221 -
CMYK 0.66 0 0.07 0.07
HSL 173.89º 0.81% 0.62% -
HSV(B) 173.89º 0.66% 0.93% -
XYZ 46.64 67.49 78.98 -
YUV 188.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 80 237 221 0.66 0 0.07 0.07 173.89 0.81 0.62
Hex 50 ED DD 42 0 7 7 AE 51 3E
Octal 120 355 335 102 0 7 7 256 121 76
Binary 1010000 11101101 11011101 1000010 0 111 111 10101110 1010001 111110

Color Harmonies of #50EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50EDDD

Black with #50EDDD

Text Example


Text Example

White with #50EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,237,221); }

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

background-color css

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

 a { background-color: rgb(80,237,221); }

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

border-color css

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

 span { border-color: rgb(80,237,221); }

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