Html Css Color HEX #50D2CD Medium Turquoise

📋 copy color: '#50D2CD'

red 80 ◦ green 210 ◦ blue 205

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

Shades of Medium Turquoise #50D2CD

Tints of Medium Turquoise #50D2CD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.42%

 BLUE value IS 205 (80.47% from 255) = 41.41%

R = 16.16%
G = 42.42%
B = 41.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#50D2CD (or 0x50D2CD) is known color: Medium Turquoise. HEX triplet: 50, D2 and CD. RGB value is (80,210,205). Sum of RGB (Red+Green+Blue) = 80+210+205=495 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.16% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #50D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D2CD is #AF2D32. Grayscale: #AAAAAA. Windows color (decimal): -11480371 or 13488720. OLE color: 13488720.

HSL color Cylindrical-coordinate representation of color #50D2CD: hue angle of 177.69º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D2CD is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 210 205 -
CMYK 0.62 0 0.02 0.18
HSL 177.69º 0.59% 0.57% -
HSV(B) 177.69º 0.62% 0.82% -
XYZ 37.37 52.21 65.86 -
YUV 170.56 147.43 63.41 -
System Red Green Blue C M Y K H S L
Decimal 80 210 205 0.62 0 0.02 0.18 177.69 0.59 0.57
Hex 50 D2 CD 3E 0 2 12 B2 3B 39
Octal 120 322 315 76 0 2 22 262 73 71
Binary 1010000 11010010 11001101 111110 0 10 10010 10110010 111011 111001

Color Harmonies of #50D2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D2CD

Black with #50D2CD

Text Example


Text Example

White with #50D2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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