Html Css Color HEX #50DCCF Medium Turquoise

📋 copy color: '#50DCCF'

red 80 ◦ green 220 ◦ blue 207

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

Shades of Medium Turquoise #50DCCF

Tints of Medium Turquoise #50DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.83%

R = 15.78%
G = 43.39%
B = 40.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#50DCCF (or 0x50DCCF) is known color: Medium Turquoise. HEX triplet: 50, DC and CF. RGB value is (80,220,207). Sum of RGB (Red+Green+Blue) = 80+220+207=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #50DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50DCCF is #AF2330. Grayscale: #B0B0B0. Windows color (decimal): -11477809 or 13622352. OLE color: 13622352.

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

Color convert

RGB 80 220 207 -
CMYK 0.64 0 0.06 0.14
HSL 174.43º 0.67% 0.59% -
HSV(B) 174.43º 0.64% 0.86% -
XYZ 40.16 57.4 67.99 -
YUV 176.66 145.12 59.06 -
System Red Green Blue C M Y K H S L
Decimal 80 220 207 0.64 0 0.06 0.14 174.43 0.67 0.59
Hex 50 DC CF 40 0 6 E AE 43 3B
Octal 120 334 317 100 0 6 16 256 103 73
Binary 1010000 11011100 11001111 1000000 0 110 1110 10101110 1000011 111011

Color Harmonies of #50DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DCCF

Black with #50DCCF

Text Example


Text Example

White with #50DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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