Html Css Color HEX #50DCCD Medium Turquoise

📋 copy color: '#50DCCD'

red 80 ◦ green 220 ◦ blue 205

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

Shades of Medium Turquoise #50DCCD

Tints of Medium Turquoise #50DCCD

RGB

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

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

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

R = 15.84%
G = 43.56%
B = 40.59%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#50DCCD (or 0x50DCCD) is known color: Medium Turquoise. HEX triplet: 50, DC and CD. RGB value is (80,220,205). Sum of RGB (Red+Green+Blue) = 80+220+205=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCCD is #AF2332. Grayscale: #B0B0B0. Windows color (decimal): -11477811 or 13491280. OLE color: 13491280.

HSL color Cylindrical-coordinate representation of color #50DCCD: hue angle of 173.57º 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 #50DCCD is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 80 220 205 -
CMYK 0.64 0 0.07 0.14
HSL 173.57º 0.67% 0.59% -
HSV(B) 173.57º 0.64% 0.86% -
XYZ 39.92 57.3 66.71 -
YUV 176.43 144.12 59.22 -
System Red Green Blue C M Y K H S L
Decimal 80 220 205 0.64 0 0.07 0.14 173.57 0.67 0.59
Hex 50 DC CD 40 0 7 E AE 43 3B
Octal 120 334 315 100 0 7 16 256 103 73
Binary 1010000 11011100 11001101 1000000 0 111 1110 10101110 1000011 111011

Color Harmonies of #50DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCCD

Black with #50DCCD

Text Example


Text Example

White with #50DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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