Html Css Color HEX #50D9CA Medium Turquoise

📋 copy color: '#50D9CA'

red 80 ◦ green 217 ◦ blue 202

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

Shades of Medium Turquoise #50D9CA

Tints of Medium Turquoise #50D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 16.03%
G = 43.49%
B = 40.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#50D9CA (or 0x50D9CA) is known color: Medium Turquoise. HEX triplet: 50, D9 and CA. RGB value is (80,217,202). Sum of RGB (Red+Green+Blue) = 80+217+202=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #50D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50D9CA is #AF2635. Grayscale: #AEAEAE. Windows color (decimal): -11478582 or 13293904. OLE color: 13293904.

HSL color Cylindrical-coordinate representation of color #50D9CA: hue angle of 173.43º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D9CA is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 217 202 -
CMYK 0.63 0 0.07 0.15
HSL 173.43º 0.64% 0.58% -
HSV(B) 173.43º 0.63% 0.85% -
XYZ 38.78 55.6 64.56 -
YUV 174.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 80 217 202 0.63 0 0.07 0.15 173.43 0.64 0.58
Hex 50 D9 CA 3F 0 7 F AD 40 3A
Octal 120 331 312 77 0 7 17 255 100 72
Binary 1010000 11011001 11001010 111111 0 111 1111 10101101 1000000 111010

Color Harmonies of #50D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D9CA

Black with #50D9CA

Text Example


Text Example

White with #50D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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