Html Css Color HEX #50DCCA Medium Turquoise

📋 copy color: '#50DCCA'

red 80 ◦ green 220 ◦ blue 202

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

Shades of Medium Turquoise #50DCCA

Tints of Medium Turquoise #50DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 15.94%
G = 43.82%
B = 40.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#50DCCA (or 0x50DCCA) is known color: Medium Turquoise. HEX triplet: 50, DC and CA. RGB value is (80,220,202). Sum of RGB (Red+Green+Blue) = 80+220+202=502 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.94% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCCA is #AF2335. Grayscale: #B0B0B0. Windows color (decimal): -11477814 or 13294672. OLE color: 13294672.

HSL color Cylindrical-coordinate representation of color #50DCCA: hue angle of 172.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DCCA is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 202 -
CMYK 0.64 0 0.08 0.14
HSL 172.29º 0.67% 0.59% -
HSV(B) 172.29º 0.64% 0.86% -
XYZ 39.56 57.16 64.82 -
YUV 176.09 142.62 59.46 -
System Red Green Blue C M Y K H S L
Decimal 80 220 202 0.64 0 0.08 0.14 172.29 0.67 0.59
Hex 50 DC CA 40 0 8 E AC 43 3B
Octal 120 334 312 100 0 10 16 254 103 73
Binary 1010000 11011100 11001010 1000000 0 1000 1110 10101100 1000011 111011

Color Harmonies of #50DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCCA

Black with #50DCCA

Text Example


Text Example

White with #50DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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